#DCCC7B

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

Shades of Sandwisp #DCCC7B

Tints of Sandwisp #DCCC7B

Color information

#DCCC7B (or 0xDCCC7B) is unknown color: approx Sandwisp. HEX triplet: DC, CC and 7B. RGB value is (220,204,123). Sum of RGB (Red+Green+Blue) = 220+204+123=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC7B is #233384. Grayscale: #C7C7C7. Windows color (decimal): -2306949 or 8113372. OLE color: 8113372.

HSL color Cylindrical-coordinate representation of color #DCCC7B: hue angle of 50.1º 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 #DCCC7B is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220204123-
CMYK00.070.440.14
HSL50.1º58.08%67.25%-
HSV(B)50.1º44.09%86.27%-
XYZ54.6859.8327.41-
YUV199.5584.8142.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 123 (48.44% from 255) = 22.49%
R=40.22%
G=37.29%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020412300.070.440.1450.158.0867.25
HexDCCC7B072CE323a43
Octal3343141730754166272103
Binary11011100110011001111011011110110011101100101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC7B; }

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

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

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

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

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

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

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

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