#D9CA7B

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

Shades of Sandwisp #D9CA7B

Tints of Sandwisp #D9CA7B

Color information

#D9CA7B (or 0xD9CA7B) is unknown color: approx Sandwisp. HEX triplet: D9, CA and 7B. RGB value is (217,202,123). Sum of RGB (Red+Green+Blue) = 217+202+123=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA7B is #263584. Grayscale: #C5C5C5. Windows color (decimal): -2504069 or 8112857. OLE color: 8112857.

HSL color Cylindrical-coordinate representation of color #D9CA7B: hue angle of 50.43º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9CA7B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB217202123-
CMYK00.070.430.15
HSL50.43º55.29%66.67%-
HSV(B)50.43º43.32%85.1%-
XYZ53.3158.4227.21-
YUV197.4885.97141.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 123 (48.44% from 255) = 22.69%
R=40.04%
G=37.27%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720212300.070.430.1550.4355.2966.67
HexD9CA7B072BF323743
Octal3313121730753176267103
Binary11011001110010101111011011110101111111100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA7B; }

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

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

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

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

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

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

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

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