Html Css Color HEX #D5CA9C Tahuna Sands

📋 copy color: '#D5CA9C'

red 213 ◦ green 202 ◦ blue 156

#D5CA9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #D5CA9C

Tints of Tahuna Sands #D5CA9C

RGB

 RED value IS 213 (83.59% from 255) = 37.3%

 GREEN value IS 202 (79.3% from 255) = 35.38%

 BLUE value IS 156 (61.33% from 255) = 27.32%

R = 37.3%
G = 35.38%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5CA9C (or 0xD5CA9C) is known color: Tahuna Sands. HEX triplet: D5, CA and 9C. RGB value is (213,202,156). Sum of RGB (Red+Green+Blue) = 213+202+156=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA9C is #2A3563. Grayscale: #C8C8C8. Windows color (decimal): -2766180 or 10275541. OLE color: 10275541.

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

Color convert

RGB 213 202 156 -
CMYK 0 0.05 0.27 0.16
HSL 48.42º 0.4% 0.72% -
HSV(B) 48.42º 0.27% 0.84% -
XYZ 54.56 58.79 39.92 -
YUV 200.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 213 202 156 0 0.05 0.27 0.16 48.42 0.4 0.72
Hex D5 CA 9C 0 5 1B 10 30 28 48
Octal 325 312 234 0 5 33 20 60 50 110
Binary 11010101 11001010 10011100 0 101 11011 10000 110000 101000 1001000

Color Harmonies of #D5CA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA9C

Black with #D5CA9C

Text Example


Text Example

White with #D5CA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA9C; }

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

 H1.HeaderClassName
 {
   color: #D5CA9C;
 }
 .AnyTagClassName
 {
   color: #D5CA9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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