Html Css Color HEX #D5CDA1 Tahuna Sands

📋 copy color: '#D5CDA1'

red 213 ◦ green 205 ◦ blue 161

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

Shades of Tahuna Sands #D5CDA1

Tints of Tahuna Sands #D5CDA1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

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

R = 36.79%
G = 35.41%
B = 27.81%

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

#D5CDA1 (or 0xD5CDA1) is known color: Tahuna Sands. HEX triplet: D5, CD and A1. RGB value is (213,205,161). Sum of RGB (Red+Green+Blue) = 213+205+161=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDA1 is #2A325E. Grayscale: #CACACA. Windows color (decimal): -2765407 or 10603989. OLE color: 10603989.

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

Color convert

RGB 213 205 161 -
CMYK 0 0.04 0.24 0.16
HSL 50.77º 0.38% 0.73% -
HSV(B) 50.77º 0.24% 0.84% -
XYZ 55.7 60.38 42.44 -
YUV 202.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 213 205 161 0 0.04 0.24 0.16 50.77 0.38 0.73
Hex D5 CD A1 0 4 18 10 33 26 49
Octal 325 315 241 0 4 30 20 63 46 111
Binary 11010101 11001101 10100001 0 100 11000 10000 110011 100110 1001001

Color Harmonies of #D5CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDA1

Black with #D5CDA1

Text Example


Text Example

White with #D5CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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