#D2C702

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

Shades of Bird Flower #D2C702

Tints of Bird Flower #D2C702

Color information

#D2C702 (or 0xD2C702) is unknown color: approx Bird Flower. HEX triplet: D2, C7 and 02. RGB value is (210,199,2). Sum of RGB (Red+Green+Blue) = 210+199+2=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C702 is #2D38FD. Grayscale: #B4B4B4. Windows color (decimal): -2963710 or 182226. OLE color: 182226.

HSL color Cylindrical-coordinate representation of color #D2C702: hue angle of 56.83º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2C702 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB2101992-
CMYK00.050.990.18
HSL56.83º98.11%41.57%-
HSV(B)56.83º99.05%82.35%-
XYZ47.0154.558.11-
YUV179.8327.64149.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 199 (78.12% from 255) = 48.42%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=51.09%
G=48.42%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210199200.050.990.1856.8398.1141.57
HexD2C7205631239622a
Octal322307205143227114252
Binary11010010110001111001011100011100101110011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C702; }

 p { color: rgb(210,199,2); }

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

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

 a { background-color: rgb(210,199,2); }

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

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

 span { border-color: rgb(210,199,2); }

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