Html Css Color HEX #D5CCA1 Tahuna Sands

📋 copy color: '#D5CCA1'

red 213 ◦ green 204 ◦ blue 161

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

Shades of Tahuna Sands #D5CCA1

Tints of Tahuna Sands #D5CCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.85%

R = 36.85%
G = 35.29%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D5CCA1 (or 0xD5CCA1) is known color: Tahuna Sands. HEX triplet: D5, CC and A1. RGB value is (213,204,161). Sum of RGB (Red+Green+Blue) = 213+204+161=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCA1 is #2A335E. Grayscale: #C9C9C9. Windows color (decimal): -2765663 or 10603733. OLE color: 10603733.

HSL color Cylindrical-coordinate representation of color #D5CCA1: hue angle of 49.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5CCA1 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 161 -
CMYK 0 0.04 0.24 0.16
HSL 49.62º 0.38% 0.73% -
HSV(B) 49.62º 0.24% 0.84% -
XYZ 55.47 59.91 42.36 -
YUV 201.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 213 204 161 0 0.04 0.24 0.16 49.62 0.38 0.73
Hex D5 CC A1 0 4 18 10 32 26 49
Octal 325 314 241 0 4 30 20 62 46 111
Binary 11010101 11001100 10100001 0 100 11000 10000 110010 100110 1001001

Color Harmonies of #D5CCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCA1

Black with #D5CCA1

Text Example


Text Example

White with #D5CCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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