Html Css Color HEX #D0C006 Bird Flower

📋 copy color: '#D0C006'

red 208 ◦ green 192 ◦ blue 6

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

Shades of Bird Flower #D0C006

Tints of Bird Flower #D0C006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.29%

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

R = 51.23%
G = 47.29%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0C006 (or 0xD0C006) is known color: Bird Flower. HEX triplet: D0, C0 and 06. RGB value is (208,192,6). Sum of RGB (Red+Green+Blue) = 208+192+6=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C006 is #2F3FF9. Grayscale: #B0B0B0. Windows color (decimal): -3096570 or 442576. OLE color: 442576.

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

Color convert

RGB 208 192 6 -
CMYK 0 0.08 0.97 0.18
HSL 55.25º 0.94% 0.42% -
HSV(B) 55.25º 0.97% 0.82% -
XYZ 44.89 51.12 7.67 -
YUV 175.58 32.3 151.12 -
System Red Green Blue C M Y K H S L
Decimal 208 192 6 0 0.08 0.97 0.18 55.25 0.94 0.42
Hex D0 C0 6 0 8 61 12 37 5E 2A
Octal 320 300 6 0 10 141 22 67 136 52
Binary 11010000 11000000 110 0 1000 1100001 10010 110111 1011110 101010

Color Harmonies of #D0C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C006

Black with #D0C006

Text Example


Text Example

White with #D0C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C006; }

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

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

background-color css

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

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

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

border-color css

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

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

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