Html Css Color HEX #D5CD9D Tahuna Sands

📋 copy color: '#D5CD9D'

red 213 ◦ green 205 ◦ blue 157

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

Shades of Tahuna Sands #D5CD9D

Tints of Tahuna Sands #D5CD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.3%

R = 37.04%
G = 35.65%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5CD9D (or 0xD5CD9D) is known color: Tahuna Sands. HEX triplet: D5, CD and 9D. RGB value is (213,205,157). Sum of RGB (Red+Green+Blue) = 213+205+157=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD9D is #2A3262. Grayscale: #CACACA. Windows color (decimal): -2765411 or 10341845. OLE color: 10341845.

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

Color convert

RGB 213 205 157 -
CMYK 0 0.04 0.26 0.16
HSL 51.43º 0.4% 0.73% -
HSV(B) 51.43º 0.26% 0.84% -
XYZ 55.36 60.24 40.61 -
YUV 201.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 213 205 157 0 0.04 0.26 0.16 51.43 0.4 0.73
Hex D5 CD 9D 0 4 1A 10 33 28 49
Octal 325 315 235 0 4 32 20 63 50 111
Binary 11010101 11001101 10011101 0 100 11010 10000 110011 101000 1001001

Color Harmonies of #D5CD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD9D

Black with #D5CD9D

Text Example


Text Example

White with #D5CD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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