#D2C307

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

Shades of Bird Flower #D2C307

Tints of Bird Flower #D2C307

Color information

#D2C307 (or 0xD2C307) is unknown color: approx Bird Flower. HEX triplet: D2, C3 and 07. RGB value is (210,195,7). Sum of RGB (Red+Green+Blue) = 210+195+7=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C307 is #2D3CF8. Grayscale: #B2B2B2. Windows color (decimal): -2964729 or 508882. OLE color: 508882.

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

Color convert

RGB2101957-
CMYK00.070.970.18
HSL55.57º93.55%42.55%-
HSV(B)55.57º96.67%82.35%-
XYZ46.1352.757.95-
YUV178.0531.47150.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.97%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 7 (3.12% from 255) = 1.70%
R=50.97%
G=47.33%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210195700.070.970.1855.5793.5542.55
HexD2C37076112385e2b
Octal322303707141227013653
Binary110100101100001111101111100001100101110001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C307; }

 p { color: rgb(210,195,7); }

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

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

 a { background-color: rgb(210,195,7); }

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

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

 span { border-color: rgb(210,195,7); }

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