#DFCB69

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

Shades of Golden Sand #DFCB69

Tints of Golden Sand #DFCB69

Color information

#DFCB69 (or 0xDFCB69) is unknown color: approx Golden Sand. HEX triplet: DF, CB and 69. RGB value is (223,203,105). Sum of RGB (Red+Green+Blue) = 223+203+105=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB69 is #203496. Grayscale: #C6C6C6. Windows color (decimal): -2110615 or 6933471. OLE color: 6933471.

HSL color Cylindrical-coordinate representation of color #DFCB69: hue angle of 49.83º 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 #DFCB69 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB223203105-
CMYK00.090.530.13
HSL49.83º64.84%64.31%-
HSV(B)49.83º52.91%87.45%-
XYZ54.3459.4221.97-
YUV197.8175.63145.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=42.00%
G=38.23%
B=19.77%

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
Decimal22320310500.090.530.1349.8364.8464.31
HexDFCB690935D324140
Octal337313151011651562101100
Binary1101111111001011110100101001110101110111001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB69; }

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

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

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

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

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

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

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

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