#D2BC17

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

Shades of Bird Flower #D2BC17

Tints of Bird Flower #D2BC17

Color information

#D2BC17 (or 0xD2BC17) is unknown color: approx Bird Flower. HEX triplet: D2, BC and 17. RGB value is (210,188,23). Sum of RGB (Red+Green+Blue) = 210+188+23=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BC17 is #2D43E8. Grayscale: #B0B0B0. Windows color (decimal): -2966505 or 1555666. OLE color: 1555666.

HSL color Cylindrical-coordinate representation of color #D2BC17: hue angle of 52.94º 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 #D2BC17 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB21018823-
CMYK00.100.890.18
HSL52.94º80.26%45.69%-
HSV(B)52.94º89.05%82.35%-
XYZ44.7249.738.05-
YUV175.7741.79152.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 23 (9.38% from 255) = 5.46%
R=49.88%
G=44.66%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101882300.100.890.1852.9480.2645.69
HexD2BC170A591235502e
Octal32227427012131226512056
Binary110100101011110010111010101011001100101101011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BC17; }

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

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

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

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

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

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

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

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