#D0C117

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

Shades of Bird Flower #D0C117

Tints of Bird Flower #D0C117

Color information

#D0C117 (or 0xD0C117) is unknown color: approx Bird Flower. HEX triplet: D0, C1 and 17. RGB value is (208,193,23). Sum of RGB (Red+Green+Blue) = 208+193+23=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C117 is #2F3EE8. Grayscale: #B2B2B2. Windows color (decimal): -3096297 or 1556944. OLE color: 1556944.

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

Color convert

RGB20819323-
CMYK00.070.890.18
HSL55.14º80.09%45.29%-
HSV(B)55.14º88.94%81.57%-
XYZ45.2451.618.39-
YUV178.140.47149.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.06%
GREEN value IS 193 (75.78% from 255) = 45.52%
BLUE value IS 23 (9.38% from 255) = 5.42%
R=49.06%
G=45.52%
B=5.42%

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
Decimal2081932300.070.890.1855.1480.0945.29
HexD0C11707591237502d
Octal3203012707131226712055
Binary11010000110000011011101111011001100101101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C117; }

 p { color: rgb(208,193,23); }

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

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

 a { background-color: rgb(208,193,23); }

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

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

 span { border-color: rgb(208,193,23); }

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