#DCCA7B

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

Shades of Sandwisp #DCCA7B

Tints of Sandwisp #DCCA7B

Color information

#DCCA7B (or 0xDCCA7B) is unknown color: approx Sandwisp. HEX triplet: DC, CA and 7B. RGB value is (220,202,123). Sum of RGB (Red+Green+Blue) = 220+202+123=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA7B is #233584. Grayscale: #C6C6C6. Windows color (decimal): -2307461 or 8112860. OLE color: 8112860.

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

Color convert

RGB220202123-
CMYK00.080.440.14
HSL48.87º58.08%67.25%-
HSV(B)48.87º44.09%86.27%-
XYZ54.2158.8927.25-
YUV198.3885.46143.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 123 (48.44% from 255) = 22.57%
R=40.37%
G=37.06%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020212300.080.440.1448.8758.0867.25
HexDCCA7B082CE313a43
Octal33431217301054166172103
Binary110111001100101011110110100010110011101100011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA7B; }

 p { color: rgb(220,202,123); }

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

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

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

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

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

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

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