#D2C603

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

Shades of Bird Flower #D2C603

Tints of Bird Flower #D2C603

Color information

#D2C603 (or 0xD2C603) is unknown color: approx Bird Flower. HEX triplet: D2, C6 and 03. RGB value is (210,198,3). Sum of RGB (Red+Green+Blue) = 210+198+3=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C603 is #2D39FC. Grayscale: #B4B4B4. Windows color (decimal): -2963965 or 247506. OLE color: 247506.

HSL color Cylindrical-coordinate representation of color #D2C603: hue angle of 56.52º degrees, saturation: 0.97, 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 #D2C603 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB2101983-
CMYK00.060.990.18
HSL56.52º97.18%41.76%-
HSV(B)56.52º98.57%82.35%-
XYZ46.7954.18.06-
YUV179.3628.48149.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 198 (77.73% from 255) = 48.18%
BLUE value IS 3 (1.56% from 255) = 0.73%
R=51.09%
G=48.18%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210198300.060.990.1856.5297.1841.76
HexD2C6306631239612a
Octal322306306143227114152
Binary11010010110001101101101100011100101110011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C603; }

 p { color: rgb(210,198,3); }

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

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

 a { background-color: rgb(210,198,3); }

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

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

 span { border-color: rgb(210,198,3); }

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