#DFCA69

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

Shades of Chenin #DFCA69

Tints of Chenin #DFCA69

Color information

#DFCA69 (or 0xDFCA69) is unknown color: approx Chenin. HEX triplet: DF, CA and 69. RGB value is (223,202,105). Sum of RGB (Red+Green+Blue) = 223+202+105=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA69 is #203596. Grayscale: #C5C5C5. Windows color (decimal): -2110871 or 6933215. OLE color: 6933215.

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

Color convert

RGB223202105-
CMYK00.090.530.13
HSL49.32º64.84%64.31%-
HSV(B)49.32º52.91%87.45%-
XYZ54.158.9521.89-
YUV197.2275.96146.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 105 (41.41% from 255) = 19.81%
R=42.08%
G=38.11%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320210500.090.530.1349.3264.8464.31
HexDFCA690935D314140
Octal337312151011651561101100
Binary1101111111001010110100101001110101110111000110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA69; }

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

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

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

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

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

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

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

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