Html Css Color HEX #D0C608 Bird Flower

📋 copy color: '#D0C608'

red 208 ◦ green 198 ◦ blue 8

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

Shades of Bird Flower #D0C608

Tints of Bird Flower #D0C608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.83%

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

R = 50.24%
G = 47.83%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D0C608 (or 0xD0C608) is known color: Bird Flower. HEX triplet: D0, C6 and 08. RGB value is (208,198,8). Sum of RGB (Red+Green+Blue) = 208+198+8=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C608 is #2F39F7. Grayscale: #B4B4B4. Windows color (decimal): -3095032 or 575184. OLE color: 575184.

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

Color convert

RGB 208 198 8 -
CMYK 0 0.05 0.96 0.18
HSL 57º 0.93% 0.42% -
HSV(B) 57º 0.96% 0.82% -
XYZ 46.25 53.82 8.18 -
YUV 179.33 31.31 148.45 -
System Red Green Blue C M Y K H S L
Decimal 208 198 8 0 0.05 0.96 0.18 57 0.93 0.42
Hex D0 C6 8 0 5 60 12 39 5D 2A
Octal 320 306 10 0 5 140 22 71 135 52
Binary 11010000 11000110 1000 0 101 1100000 10010 111001 1011101 101010

Color Harmonies of #D0C608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C608

Black with #D0C608

Text Example


Text Example

White with #D0C608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C608; }

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

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

background-color css

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

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

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

border-color css

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

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

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