#D5CC7B

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

Shades of Sandwisp #D5CC7B

Tints of Sandwisp #D5CC7B

Color information

#D5CC7B (or 0xD5CC7B) is unknown color: approx Sandwisp. HEX triplet: D5, CC and 7B. RGB value is (213,204,123). Sum of RGB (Red+Green+Blue) = 213+204+123=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC7B is #2A3384. Grayscale: #C5C5C5. Windows color (decimal): -2765701 or 8113365. OLE color: 8113365.

HSL color Cylindrical-coordinate representation of color #D5CC7B: hue angle of 54º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5CC7B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213204123-
CMYK00.040.420.16
HSL54º51.72%65.88%-
HSV(B)54º42.25%83.53%-
XYZ52.6158.7627.31-
YUV197.4685.98139.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 123 (48.44% from 255) = 22.78%
R=39.44%
G=37.78%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320412300.040.420.165451.7265.88
HexD5CC7B042A10363442
Octal3253141730452206664102
Binary110101011100110011110110100101010100001101101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC7B; }

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

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

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

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

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

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

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

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