Html Css Color HEX #D5CC9C Tahuna Sands

📋 copy color: '#D5CC9C'

red 213 ◦ green 204 ◦ blue 156

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

Shades of Tahuna Sands #D5CC9C

Tints of Tahuna Sands #D5CC9C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

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

R = 37.17%
G = 35.6%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5CC9C (or 0xD5CC9C) is known color: Tahuna Sands. HEX triplet: D5, CC and 9C. RGB value is (213,204,156). Sum of RGB (Red+Green+Blue) = 213+204+156=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC9C is #2A3363. Grayscale: #C9C9C9. Windows color (decimal): -2765668 or 10276053. OLE color: 10276053.

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

Color convert

RGB 213 204 156 -
CMYK 0 0.04 0.27 0.16
HSL 50.53º 0.4% 0.72% -
HSV(B) 50.53º 0.27% 0.84% -
XYZ 55.03 59.73 40.08 -
YUV 201.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 213 204 156 0 0.04 0.27 0.16 50.53 0.4 0.72
Hex D5 CC 9C 0 4 1B 10 33 28 48
Octal 325 314 234 0 4 33 20 63 50 110
Binary 11010101 11001100 10011100 0 100 11011 10000 110011 101000 1001000

Color Harmonies of #D5CC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC9C

Black with #D5CC9C

Text Example


Text Example

White with #D5CC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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