Html Css Color HEX #D5CC9B Tahuna Sands

📋 copy color: '#D5CC9B'

red 213 ◦ green 204 ◦ blue 155

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

Shades of Tahuna Sands #D5CC9B

Tints of Tahuna Sands #D5CC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.1%

R = 37.24%
G = 35.66%
B = 27.1%

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

#D5CC9B (or 0xD5CC9B) is known color: Tahuna Sands. HEX triplet: D5, CC and 9B. RGB value is (213,204,155). Sum of RGB (Red+Green+Blue) = 213+204+155=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC9B is #2A3364. Grayscale: #C9C9C9. Windows color (decimal): -2765669 or 10210517. OLE color: 10210517.

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

Color convert

RGB 213 204 155 -
CMYK 0 0.04 0.27 0.16
HSL 50.69º 0.41% 0.72% -
HSV(B) 50.69º 0.27% 0.84% -
XYZ 54.95 59.7 39.64 -
YUV 201.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 213 204 155 0 0.04 0.27 0.16 50.69 0.41 0.72
Hex D5 CC 9B 0 4 1B 10 33 29 48
Octal 325 314 233 0 4 33 20 63 51 110
Binary 11010101 11001100 10011011 0 100 11011 10000 110011 101001 1001000

Color Harmonies of #D5CC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC9B

Black with #D5CC9B

Text Example


Text Example

White with #D5CC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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