#D4C310

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

Shades of Bird Flower #D4C310

Tints of Bird Flower #D4C310

Color information

#D4C310 (or 0xD4C310) is unknown color: approx Bird Flower. HEX triplet: D4, C3 and 10. RGB value is (212,195,16). Sum of RGB (Red+Green+Blue) = 212+195+16=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C310 is #2B3CEF. Grayscale: #B4B4B4. Windows color (decimal): -2833648 or 1098708. OLE color: 1098708.

HSL color Cylindrical-coordinate representation of color #D4C310: hue angle of 54.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4C310 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB21219516-
CMYK00.080.920.17
HSL54.8º85.96%44.71%-
HSV(B)54.8º92.45%83.14%-
XYZ46.7653.068.27-
YUV179.6835.63151.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 195 (76.56% from 255) = 46.10%
BLUE value IS 16 (6.64% from 255) = 3.78%
R=50.12%
G=46.10%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121951600.080.920.1754.885.9644.71
HexD4C310085C1137562d
Octal32430320010134216712655
Binary110101001100001110000010001011100100011101111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C310; }

 p { color: rgb(212,195,16); }

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

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

 a { background-color: rgb(212,195,16); }

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

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

 span { border-color: rgb(212,195,16); }

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