#DBCC8A

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

Shades of Sandwisp #DBCC8A

Tints of Sandwisp #DBCC8A

Color information

#DBCC8A (or 0xDBCC8A) is unknown color: approx Sandwisp. HEX triplet: DB, CC and 8A. RGB value is (219,204,138). Sum of RGB (Red+Green+Blue) = 219+204+138=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC8A is #243375. Grayscale: #C9C9C9. Windows color (decimal): -2372470 or 9096411. OLE color: 9096411.

HSL color Cylindrical-coordinate representation of color #DBCC8A: hue angle of 48.89º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBCC8A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219204138-
CMYK00.070.370.14
HSL48.89º52.94%70%-
HSV(B)48.89º36.99%85.88%-
XYZ55.3960.0832.72-
YUV200.9692.47140.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 138 (54.30% from 255) = 24.60%
R=39.04%
G=36.36%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920413800.070.370.1448.8952.9470
HexDBCC8A0725E313546
Octal3333142120745166165106
Binary110110111100110010001010011110010111101100011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC8A; }

 p { color: rgb(219,204,138); }

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

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

 a { background-color: rgb(219,204,138); }

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

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

 span { border-color: rgb(219,204,138); }

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