#D0C814

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

Shades of Bird Flower #D0C814

Tints of Bird Flower #D0C814

Color information

#D0C814 (or 0xD0C814) is unknown color: approx Bird Flower. HEX triplet: D0, C8 and 14. RGB value is (208,200,20). Sum of RGB (Red+Green+Blue) = 208+200+20=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C814 is #2F37EB. Grayscale: #B6B6B6. Windows color (decimal): -3094508 or 1362128. OLE color: 1362128.

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

Color convert

RGB20820020-
CMYK00.040.900.18
HSL57.45º82.46%44.71%-
HSV(B)57.45º90.38%81.57%-
XYZ46.7954.778.77-
YUV181.8736.65146.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.60%
GREEN value IS 200 (78.52% from 255) = 46.73%
BLUE value IS 20 (8.20% from 255) = 4.67%
R=48.60%
G=46.73%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082002000.040.900.1857.4582.4644.71
HexD0C814045A1239522d
Octal3203102404132227112255
Binary11010000110010001010001001011010100101110011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C814; }

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

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

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

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

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

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

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

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