Html Css Color HEX #D0C908 Bird Flower

📋 copy color: '#D0C908'

red 208 ◦ green 201 ◦ blue 8

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

Shades of Bird Flower #D0C908

Tints of Bird Flower #D0C908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.2%

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

R = 49.88%
G = 48.2%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D0C908 (or 0xD0C908) is known color: Bird Flower. HEX triplet: D0, C9 and 08. RGB value is (208,201,8). Sum of RGB (Red+Green+Blue) = 208+201+8=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C908 is #2F36F7. Grayscale: #B5B5B5. Windows color (decimal): -3094264 or 575952. OLE color: 575952.

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

Color convert

RGB 208 201 8 -
CMYK 0 0.03 0.96 0.18
HSL 57.9º 0.93% 0.42% -
HSV(B) 57.9º 0.96% 0.82% -
XYZ 46.94 55.2 8.41 -
YUV 181.09 30.32 147.19 -
System Red Green Blue C M Y K H S L
Decimal 208 201 8 0 0.03 0.96 0.18 57.9 0.93 0.42
Hex D0 C9 8 0 3 60 12 3A 5D 2A
Octal 320 311 10 0 3 140 22 72 135 52
Binary 11010000 11001001 1000 0 11 1100000 10010 111010 1011101 101010

Color Harmonies of #D0C908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C908

Black with #D0C908

Text Example


Text Example

White with #D0C908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C908; }

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

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

background-color css

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

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

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

border-color css

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

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

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