#dcd207

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

Shades of Bird Flower #DCD207

Tints of Bird Flower #DCD207

Color information

#DCD207 (or 0xDCD207) is unknown color: approx Bird Flower. HEX triplet: DC, D2 and 07. RGB value is (220,210,7). Sum of RGB (Red+Green+Blue) = 220+210+7=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD207 is #232DF8. Grayscale: #BEBEBE. Windows color (decimal): -2305529 or 512732. OLE color: 512732.

HSL color Cylindrical-coordinate representation of color #DCD207: hue angle of 57.18º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCD207 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB2202107-
CMYK00.050.970.14
HSL57.18º93.83%44.51%-
HSV(B)57.18º96.82%86.27%-
XYZ52.661.329.27-
YUV189.8524.81149.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 210 (82.42% from 255) = 48.05%
BLUE value IS 7 (3.12% from 255) = 1.60%
R=50.34%
G=48.05%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220210700.050.970.1457.1893.8344.51
HexDCD270561E395e2d
Octal334322705141167113655
Binary11011100110100101110101110000111101110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd207; }

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

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

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

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

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

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

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

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