#DCCB9D

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

Shades of Tahuna Sands #DCCB9D

Tints of Tahuna Sands #DCCB9D

Color information

#DCCB9D (or 0xDCCB9D) is unknown color: approx Tahuna Sands. HEX triplet: DC, CB and 9D. RGB value is (220,203,157). Sum of RGB (Red+Green+Blue) = 220+203+157=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB9D is #233462. Grayscale: #CBCBCB. Windows color (decimal): -2307171 or 10341340. OLE color: 10341340.

HSL color Cylindrical-coordinate representation of color #DCCB9D: hue angle of 43.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCCB9D is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220203157-
CMYK00.080.290.14
HSL43.81º47.37%73.92%-
HSV(B)43.81º28.64%86.27%-
XYZ56.9660.3640.55-
YUV202.84102.13140.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 157 (61.72% from 255) = 27.07%
R=37.93%
G=35%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020315700.080.290.1443.8147.3773.92
HexDCCB9D081DE2c2f4a
Octal33431323501035165457112
Binary110111001100101110011101010001110111101011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB9D; }

 p { color: rgb(220,203,157); }

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

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

 a { background-color: rgb(220,203,157); }

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

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

 span { border-color: rgb(220,203,157); }

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