#D4D80A

Color #D4D80A Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D4D80A

Tints of Bird Flower #D4D80A

Color information

#D4D80A (or 0xD4D80A) is unknown color: approx Bird Flower. HEX triplet: D4, D8 and 0A. RGB value is (212,216,10). Sum of RGB (Red+Green+Blue) = 212+216+10=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D80A is #2B27F5. Grayscale: #C0C0C0. Windows color (decimal): -2828278 or 710868. OLE color: 710868.

HSL color Cylindrical-coordinate representation of color #D4D80A: hue angle of 61.17º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4D80A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB21221610-
CMYK0.0200.950.15
HSL61.17º91.15%44.31%-
HSV(B)61.17º95.37%84.71%-
XYZ51.7663.139.74-
YUV191.3225.67142.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.40%
GREEN value IS 216 (84.77% from 255) = 49.32%
BLUE value IS 10 (4.30% from 255) = 2.28%
R=48.40%
G=49.32%
B=2.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212216100.0200.950.1561.1791.1544.31
HexD4D8A205FF3d5b2c
Octal3243301220137177513354
Binary11010100110110001010100101111111111111011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D80A; }

 p { color: rgb(212,216,10); }

 H1.HeaderClassName
 {
   color: #D4D80A;
 }
 .AnyTagClassName
 {
   color: #D4D80A;
 }
</style>
background-color css

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

 a { background-color: rgb(212,216,10); }

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

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

 span { border-color: rgb(212,216,10); }

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