Html Css Color HEX #D5C995 Tahuna Sands

📋 copy color: '#D5C995'

red 213 ◦ green 201 ◦ blue 149

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

Shades of Tahuna Sands #D5C995

Tints of Tahuna Sands #D5C995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.7%

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

R = 37.83%
G = 35.7%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5C995 (or 0xD5C995) is known color: Tahuna Sands. HEX triplet: D5, C9 and 95. RGB value is (213,201,149). Sum of RGB (Red+Green+Blue) = 213+201+149=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C995 is #2A366A. Grayscale: #C6C6C6. Windows color (decimal): -2766443 or 9816533. OLE color: 9816533.

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

Color convert

RGB 213 201 149 -
CMYK 0 0.06 0.30 0.16
HSL 48.75º 0.43% 0.71% -
HSV(B) 48.75º 0.3% 0.84% -
XYZ 53.75 58.09 36.81 -
YUV 198.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 213 201 149 0 0.06 0.30 0.16 48.75 0.43 0.71
Hex D5 C9 95 0 6 1E 10 31 2B 47
Octal 325 311 225 0 6 36 20 61 53 107
Binary 11010101 11001001 10010101 0 110 11110 10000 110001 101011 1000111

Color Harmonies of #D5C995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C995

Black with #D5C995

Text Example


Text Example

White with #D5C995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C995; }

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

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

background-color css

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

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

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

border-color css

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

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

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