Html Css Color HEX #D0C008 Bird Flower

📋 copy color: '#D0C008'

red 208 ◦ green 192 ◦ blue 8

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

Shades of Bird Flower #D0C008

Tints of Bird Flower #D0C008

RGB

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

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

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

R = 50.98%
G = 47.06%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D0C008 (or 0xD0C008) is known color: Bird Flower. HEX triplet: D0, C0 and 08. RGB value is (208,192,8). Sum of RGB (Red+Green+Blue) = 208+192+8=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C008 is #2F3FF7. Grayscale: #B0B0B0. Windows color (decimal): -3096568 or 573648. OLE color: 573648.

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

Color convert

RGB 208 192 8 -
CMYK 0 0.08 0.96 0.18
HSL 55.2º 0.93% 0.42% -
HSV(B) 55.2º 0.96% 0.82% -
XYZ 44.91 51.13 7.73 -
YUV 175.81 33.3 150.96 -
System Red Green Blue C M Y K H S L
Decimal 208 192 8 0 0.08 0.96 0.18 55.2 0.93 0.42
Hex D0 C0 8 0 8 60 12 37 5D 2A
Octal 320 300 10 0 10 140 22 67 135 52
Binary 11010000 11000000 1000 0 1000 1100000 10010 110111 1011101 101010

Color Harmonies of #D0C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C008

Black with #D0C008

Text Example


Text Example

White with #D0C008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C008; }

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

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

background-color css

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

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

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

border-color css

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

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

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