Html Css Color HEX #D2B008 Bird Flower

📋 copy color: '#D2B008'

red 210 ◦ green 176 ◦ blue 8

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

Shades of Bird Flower #D2B008

Tints of Bird Flower #D2B008

RGB

 RED value IS 210 (82.42% from 255) = 53.3%

 GREEN value IS 176 (69.14% from 255) = 44.67%

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

R = 53.3%
G = 44.67%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D2B008 (or 0xD2B008) is known color: Bird Flower. HEX triplet: D2, B0 and 08. RGB value is (210,176,8). Sum of RGB (Red+Green+Blue) = 210+176+8=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B008 is #2D4FF7. Grayscale: #A7A7A7. Windows color (decimal): -2969592 or 569554. OLE color: 569554.

HSL color Cylindrical-coordinate representation of color #D2B008: hue angle of 49.9º 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 #D2B008 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 176 8 -
CMYK 0 0.16 0.96 0.18
HSL 49.9º 0.93% 0.43% -
HSV(B) 49.9º 0.96% 0.82% -
XYZ 42.15 44.77 6.65 -
YUV 167.01 38.26 158.66 -
System Red Green Blue C M Y K H S L
Decimal 210 176 8 0 0.16 0.96 0.18 49.9 0.93 0.43
Hex D2 B0 8 0 10 60 12 32 5D 2B
Octal 322 260 10 0 20 140 22 62 135 53
Binary 11010010 10110000 1000 0 10000 1100000 10010 110010 1011101 101011

Color Harmonies of #D2B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B008

Black with #D2B008

Text Example


Text Example

White with #D2B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B008; }

 p { color: rgb(210,176,8); }

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

background-color css

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

 a { background-color: rgb(210,176,8); }

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

border-color css

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

 span { border-color: rgb(210,176,8); }

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