#DFD201

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

Shades of Bird Flower #DFD201

Tints of Bird Flower #DFD201

Color information

#DFD201 (or 0xDFD201) is unknown color: approx Bird Flower. HEX triplet: DF, D2 and 01. RGB value is (223,210,1). Sum of RGB (Red+Green+Blue) = 223+210+1=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD201 is #202DFE. Grayscale: #BEBEBE. Windows color (decimal): -2108927 or 119519. OLE color: 119519.

HSL color Cylindrical-coordinate representation of color #DFD201: hue angle of 56.49º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFD201 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB2232101-
CMYK00.061.000.13
HSL56.49º99.11%43.92%-
HSV(B)56.49º99.55%87.45%-
XYZ53.4861.789.14-
YUV190.0621.31151.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.38%
GREEN value IS 210 (82.42% from 255) = 48.39%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=51.38%
G=48.39%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223210100.061.000.1356.4999.1143.92
HexDFD210664D38632c
Octal337322106144157014354
Binary110111111101001010110110010011011110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD201; }

 p { color: rgb(223,210,1); }

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

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

 a { background-color: rgb(223,210,1); }

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

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

 span { border-color: rgb(223,210,1); }

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