#D5CA98

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

Shades of Tahuna Sands #D5CA98

Tints of Tahuna Sands #D5CA98

Color information

#D5CA98 (or 0xD5CA98) is unknown color: approx Tahuna Sands. HEX triplet: D5, CA and 98. RGB value is (213,202,152). Sum of RGB (Red+Green+Blue) = 213+202+152=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA98 is #2A3567. Grayscale: #C7C7C7. Windows color (decimal): -2766184 or 10013397. OLE color: 10013397.

HSL color Cylindrical-coordinate representation of color #D5CA98: hue angle of 49.18º 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 #D5CA98 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213202152-
CMYK00.050.290.16
HSL49.18º42.07%71.57%-
HSV(B)49.18º28.64%83.53%-
XYZ54.2358.6538.17-
YUV199.59101.14137.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 152 (59.77% from 255) = 26.81%
R=37.57%
G=35.63%
B=26.81%

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
Decimal21320215200.050.290.1649.1842.0771.57
HexD5CA98051D10312a48
Octal3253122300535206152110
Binary110101011100101010011000010111101100001100011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA98; }

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

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

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

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

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

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

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

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