#D2BA1A

Color #D2BA1A Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D2BA1A

Tints of Bird Flower #D2BA1A

Color information

#D2BA1A (or 0xD2BA1A) is unknown color: approx Bird Flower. HEX triplet: D2, BA and 1A. RGB value is (210,186,26). Sum of RGB (Red+Green+Blue) = 210+186+26=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA1A is #2D45E5. Grayscale: #AFAFAF. Windows color (decimal): -2967014 or 1751762. OLE color: 1751762.

HSL color Cylindrical-coordinate representation of color #D2BA1A: hue angle of 52.17º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2BA1A is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB21018626-
CMYK00.110.880.18
HSL52.17º77.97%46.27%-
HSV(B)52.17º87.62%82.35%-
XYZ44.3248.898.08-
YUV174.9443.95153.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 49.76%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 26 (10.55% from 255) = 6.16%
R=49.76%
G=44.08%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101862600.110.880.1852.1777.9746.27
HexD2BA1A0B5812344e2e
Octal32227232013130226411656
Binary110100101011101011010010111011000100101101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BA1A; }

 p { color: rgb(210,186,26); }

 H1.HeaderClassName
 {
   color: #D2BA1A;
 }
 .AnyTagClassName
 {
   color: #D2BA1A;
 }
</style>
background-color css

<style>
 a { background-color: #D2BA1A; }

 a { background-color: rgb(210,186,26); }

 div.DivClassName
 {
   background-color: #D2BA1A;
 }
 .BgClassName
 {
   background-color: #D2BA1A;
 }
</style>
border-color css

<style>
 span { border-color: #D2BA1A; }

 span { border-color: rgb(210,186,26); }

 td.TdClassName
 {
   border-color: #D2BA1A;
 }
 .TagClassName
 {
   border-color: #D2BA1A;
 }
</style>