Html Css Color HEX #D0B606 Bird Flower

📋 copy color: '#D0B606'

red 208 ◦ green 182 ◦ blue 6

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

Shades of Bird Flower #D0B606

Tints of Bird Flower #D0B606

RGB

 RED value IS 208 (81.64% from 255) = 52.53%

 GREEN value IS 182 (71.48% from 255) = 45.96%

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 52.53%
G = 45.96%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0B606 (or 0xD0B606) is known color: Bird Flower. HEX triplet: D0, B6 and 06. RGB value is (208,182,6). Sum of RGB (Red+Green+Blue) = 208+182+6=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B606 is #2F49F9. Grayscale: #AAAAAA. Windows color (decimal): -3099130 or 440016. OLE color: 440016.

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

Color convert

RGB 208 182 6 -
CMYK 0 0.12 0.97 0.18
HSL 52.28º 0.94% 0.42% -
HSV(B) 52.28º 0.97% 0.82% -
XYZ 42.77 46.88 6.97 -
YUV 169.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 208 182 6 0 0.12 0.97 0.18 52.28 0.94 0.42
Hex D0 B6 6 0 C 61 12 34 5E 2A
Octal 320 266 6 0 14 141 22 64 136 52
Binary 11010000 10110110 110 0 1100 1100001 10010 110100 1011110 101010

Color Harmonies of #D0B606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B606

Black with #D0B606

Text Example


Text Example

White with #D0B606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B606; }

 p { color: rgb(208,182,6); }

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

background-color css

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

 a { background-color: rgb(208,182,6); }

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

border-color css

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

 span { border-color: rgb(208,182,6); }

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