Html Css Color HEX #D1BA0C Bird Flower

📋 copy color: '#D1BA0C'

red 209 ◦ green 186 ◦ blue 12

#D1BA0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D1BA0C

Tints of Bird Flower #D1BA0C

RGB

 RED value IS 209 (82.03% from 255) = 51.35%

 GREEN value IS 186 (73.05% from 255) = 45.7%

 BLUE value IS 12 (5.08% from 255) = 2.95%

R = 51.35%
G = 45.7%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1BA0C (or 0xD1BA0C) is known color: Bird Flower. HEX triplet: D1, BA and 0C. RGB value is (209,186,12). Sum of RGB (Red+Green+Blue) = 209+186+12=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA0C is #2E45F3. Grayscale: #ADADAD. Windows color (decimal): -3032564 or 834257. OLE color: 834257.

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

Color convert

RGB 209 186 12 -
CMYK 0 0.11 0.94 0.18
HSL 52.99º 0.89% 0.43% -
HSV(B) 52.99º 0.94% 0.82% -
XYZ 43.92 48.7 7.43 -
YUV 173.04 37.12 153.65 -
System Red Green Blue C M Y K H S L
Decimal 209 186 12 0 0.11 0.94 0.18 52.99 0.89 0.43
Hex D1 BA C 0 B 5E 12 35 59 2B
Octal 321 272 14 0 13 136 22 65 131 53
Binary 11010001 10111010 1100 0 1011 1011110 10010 110101 1011001 101011

Color Harmonies of #D1BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA0C

Black with #D1BA0C

Text Example


Text Example

White with #D1BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA0C; }

 p { color: rgb(209,186,12); }

 H1.HeaderClassName
 {
   color: #D1BA0C;
 }
 .AnyTagClassName
 {
   color: #D1BA0C;
 }
</style>

background-color css

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

 a { background-color: rgb(209,186,12); }

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

border-color css

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

 span { border-color: rgb(209,186,12); }

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