Html Css Color HEX #D5CE95 Tahuna Sands

📋 copy color: '#D5CE95'

red 213 ◦ green 206 ◦ blue 149

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

Shades of Tahuna Sands #D5CE95

Tints of Tahuna Sands #D5CE95

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.27%

 BLUE value IS 149 (58.59% from 255) = 26.23%

R = 37.5%
G = 36.27%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5CE95 (or 0xD5CE95) is known color: Tahuna Sands. HEX triplet: D5, CE and 95. RGB value is (213,206,149). Sum of RGB (Red+Green+Blue) = 213+206+149=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE95 is #2A316A. Grayscale: #C9C9C9. Windows color (decimal): -2765163 or 9817813. OLE color: 9817813.

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

Color convert

RGB 213 206 149 -
CMYK 0 0.03 0.30 0.16
HSL 53.44º 0.43% 0.71% -
HSV(B) 53.44º 0.3% 0.84% -
XYZ 54.94 60.46 37.21 -
YUV 201.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 213 206 149 0 0.03 0.30 0.16 53.44 0.43 0.71
Hex D5 CE 95 0 3 1E 10 35 2B 47
Octal 325 316 225 0 3 36 20 65 53 107
Binary 11010101 11001110 10010101 0 11 11110 10000 110101 101011 1000111

Color Harmonies of #D5CE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE95

Black with #D5CE95

Text Example


Text Example

White with #D5CE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE95; }

 p { color: rgb(213,206,149); }

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

background-color css

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

 a { background-color: rgb(213,206,149); }

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

border-color css

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

 span { border-color: rgb(213,206,149); }

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