#DFDFCA

Color #DFDFCA Green White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green White #DFDFCA

Tints of Green White #DFDFCA

Color information

#DFDFCA (or 0xDFDFCA) is unknown color: approx Green White. HEX triplet: DF, DF and CA. RGB value is (223,223,202). Sum of RGB (Red+Green+Blue) = 223+223+202=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFCA is #202035. Grayscale: #DCDCDC. Windows color (decimal): -2105398 or 13295583. OLE color: 13295583.

HSL color Cylindrical-coordinate representation of color #DFDFCA: hue angle of 60º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDFCA is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223223202-
CMYK000.090.13
HSL60º24.71%83.33%-
HSV(B)60º9.42%87.45%-
XYZ67.4872.7366.36-
YUV220.61117.5129.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=34.41%
G=34.41%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223202000.090.136024.7183.33
HexDFDFCA009D3c1953
Octal3373373120011157431123
Binary1101111111011111110010100010011101111100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFCA; }

 p { color: rgb(223,223,202); }

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

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

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

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

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

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

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