#D5CB98

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

Shades of Tahuna Sands #D5CB98

Tints of Tahuna Sands #D5CB98

Color information

#D5CB98 (or 0xD5CB98) is unknown color: approx Tahuna Sands. HEX triplet: D5, CB and 98. RGB value is (213,203,152). Sum of RGB (Red+Green+Blue) = 213+203+152=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB98 is #2A3467. Grayscale: #C8C8C8. Windows color (decimal): -2765928 or 10013653. OLE color: 10013653.

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

Color convert

RGB213203152-
CMYK00.050.290.16
HSL50.16º42.07%71.57%-
HSV(B)50.16º28.64%83.53%-
XYZ54.4659.1338.25-
YUV200.18100.81137.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=37.5%
G=35.74%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320315200.050.290.1650.1642.0771.57
HexD5CB98051D10322a48
Octal3253132300535206252110
Binary110101011100101110011000010111101100001100101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB98; }

 p { color: rgb(213,203,152); }

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

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

 a { background-color: rgb(213,203,152); }

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

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

 span { border-color: rgb(213,203,152); }

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