Html Css Color HEX #D1BC08 Bird Flower

📋 copy color: '#D1BC08'

red 209 ◦ green 188 ◦ blue 8

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

Shades of Bird Flower #D1BC08

Tints of Bird Flower #D1BC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 51.6%
G = 46.42%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D1BC08 (or 0xD1BC08) is known color: Bird Flower. HEX triplet: D1, BC and 08. RGB value is (209,188,8). Sum of RGB (Red+Green+Blue) = 209+188+8=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC08 is #2E43F7. Grayscale: #AEAEAE. Windows color (decimal): -3032056 or 572625. OLE color: 572625.

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

Color convert

RGB 209 188 8 -
CMYK 0 0.10 0.96 0.18
HSL 53.73º 0.93% 0.43% -
HSV(B) 53.73º 0.96% 0.82% -
XYZ 44.32 49.54 7.46 -
YUV 173.76 34.46 153.14 -
System Red Green Blue C M Y K H S L
Decimal 209 188 8 0 0.10 0.96 0.18 53.73 0.93 0.43
Hex D1 BC 8 0 A 60 12 36 5D 2B
Octal 321 274 10 0 12 140 22 66 135 53
Binary 11010001 10111100 1000 0 1010 1100000 10010 110110 1011101 101011

Color Harmonies of #D1BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC08

Black with #D1BC08

Text Example


Text Example

White with #D1BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC08; }

 p { color: rgb(209,188,8); }

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

background-color css

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

 a { background-color: rgb(209,188,8); }

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

border-color css

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

 span { border-color: rgb(209,188,8); }

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