Html Css Color HEX #D0C805 Bird Flower

📋 copy color: '#D0C805'

red 208 ◦ green 200 ◦ blue 5

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

Shades of Bird Flower #D0C805

Tints of Bird Flower #D0C805

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.43%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 50.36%
G = 48.43%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D0C805 (or 0xD0C805) is known color: Bird Flower. HEX triplet: D0, C8 and 05. RGB value is (208,200,5). Sum of RGB (Red+Green+Blue) = 208+200+5=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C805 is #2F37FA. Grayscale: #B4B4B4. Windows color (decimal): -3094523 or 379088. OLE color: 379088.

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

Color convert

RGB 208 200 5 -
CMYK 0 0.04 0.98 0.18
HSL 57.64º 0.95% 0.42% -
HSV(B) 57.64º 0.98% 0.82% -
XYZ 46.69 54.73 8.25 -
YUV 180.16 29.15 147.86 -
System Red Green Blue C M Y K H S L
Decimal 208 200 5 0 0.04 0.98 0.18 57.64 0.95 0.42
Hex D0 C8 5 0 4 62 12 3A 5F 2A
Octal 320 310 5 0 4 142 22 72 137 52
Binary 11010000 11001000 101 0 100 1100010 10010 111010 1011111 101010

Color Harmonies of #D0C805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C805

Black with #D0C805

Text Example


Text Example

White with #D0C805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C805; }

 p { color: rgb(208,200,5); }

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

background-color css

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

 a { background-color: rgb(208,200,5); }

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

border-color css

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

 span { border-color: rgb(208,200,5); }

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