#D2C417

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

Shades of Bird Flower #D2C417

Tints of Bird Flower #D2C417

Color information

#D2C417 (or 0xD2C417) is unknown color: approx Bird Flower. HEX triplet: D2, C4 and 17. RGB value is (210,196,23). Sum of RGB (Red+Green+Blue) = 210+196+23=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C417 is #2D3BE8. Grayscale: #B5B5B5. Windows color (decimal): -2964457 or 1557714. OLE color: 1557714.

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

Color convert

RGB21019623-
CMYK00.070.890.18
HSL55.51º80.26%45.69%-
HSV(B)55.51º89.05%82.35%-
XYZ46.4753.248.64-
YUV180.4639.14149.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.95%
GREEN value IS 196 (76.95% from 255) = 45.69%
BLUE value IS 23 (9.38% from 255) = 5.36%
R=48.95%
G=45.69%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101962300.070.890.1855.5180.2645.69
HexD2C41707591238502e
Octal3223042707131227012056
Binary11010010110001001011101111011001100101110001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C417; }

 p { color: rgb(210,196,23); }

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

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

 a { background-color: rgb(210,196,23); }

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

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

 span { border-color: rgb(210,196,23); }

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