Html Css Color HEX #D0C80A Bird Flower

📋 copy color: '#D0C80A'

red 208 ◦ green 200 ◦ blue 10

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

Shades of Bird Flower #D0C80A

Tints of Bird Flower #D0C80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 49.76%
G = 47.85%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0C80A (or 0xD0C80A) is known color: Bird Flower. HEX triplet: D0, C8 and 0A. RGB value is (208,200,10). Sum of RGB (Red+Green+Blue) = 208+200+10=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C80A is #2F37F5. Grayscale: #B5B5B5. Windows color (decimal): -3094518 or 706768. OLE color: 706768.

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

Color convert

RGB 208 200 10 -
CMYK 0 0.04 0.95 0.18
HSL 57.58º 0.91% 0.43% -
HSV(B) 57.58º 0.95% 0.82% -
XYZ 46.72 54.74 8.39 -
YUV 180.73 31.65 147.45 -
System Red Green Blue C M Y K H S L
Decimal 208 200 10 0 0.04 0.95 0.18 57.58 0.91 0.43
Hex D0 C8 A 0 4 5F 12 3A 5B 2B
Octal 320 310 12 0 4 137 22 72 133 53
Binary 11010000 11001000 1010 0 100 1011111 10010 111010 1011011 101011

Color Harmonies of #D0C80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C80A

Black with #D0C80A

Text Example


Text Example

White with #D0C80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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