Html Css Color HEX #D5CC96 Tahuna Sands

📋 copy color: '#D5CC96'

red 213 ◦ green 204 ◦ blue 150

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

Shades of Tahuna Sands #D5CC96

Tints of Tahuna Sands #D5CC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.46%

R = 37.57%
G = 35.98%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5CC96 (or 0xD5CC96) is known color: Tahuna Sands. HEX triplet: D5, CC and 96. RGB value is (213,204,150). Sum of RGB (Red+Green+Blue) = 213+204+150=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC96 is #2A3369. Grayscale: #C8C8C8. Windows color (decimal): -2765674 or 9882837. OLE color: 9882837.

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

Color convert

RGB 213 204 150 -
CMYK 0 0.04 0.30 0.16
HSL 51.43º 0.43% 0.71% -
HSV(B) 51.43º 0.3% 0.84% -
XYZ 54.54 59.53 37.47 -
YUV 200.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 213 204 150 0 0.04 0.30 0.16 51.43 0.43 0.71
Hex D5 CC 96 0 4 1E 10 33 2B 47
Octal 325 314 226 0 4 36 20 63 53 107
Binary 11010101 11001100 10010110 0 100 11110 10000 110011 101011 1000111

Color Harmonies of #D5CC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC96

Black with #D5CC96

Text Example


Text Example

White with #D5CC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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