Html Css Color HEX #D0C80C Bird Flower

📋 copy color: '#D0C80C'

red 208 ◦ green 200 ◦ blue 12

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

Shades of Bird Flower #D0C80C

Tints of Bird Flower #D0C80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 49.52%
G = 47.62%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0C80C (or 0xD0C80C) is known color: Bird Flower. HEX triplet: D0, C8 and 0C. RGB value is (208,200,12). Sum of RGB (Red+Green+Blue) = 208+200+12=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C80C is #2F37F3. Grayscale: #B5B5B5. Windows color (decimal): -3094516 or 837840. OLE color: 837840.

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

Color convert

RGB 208 200 12 -
CMYK 0 0.04 0.94 0.18
HSL 57.55º 0.89% 0.43% -
HSV(B) 57.55º 0.94% 0.82% -
XYZ 46.73 54.75 8.45 -
YUV 180.96 32.65 147.29 -
System Red Green Blue C M Y K H S L
Decimal 208 200 12 0 0.04 0.94 0.18 57.55 0.89 0.43
Hex D0 C8 C 0 4 5E 12 3A 59 2B
Octal 320 310 14 0 4 136 22 72 131 53
Binary 11010000 11001000 1100 0 100 1011110 10010 111010 1011001 101011

Color Harmonies of #D0C80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C80C

Black with #D0C80C

Text Example


Text Example

White with #D0C80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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