Html Css Color HEX #D5C595 Tahuna Sands

📋 copy color: '#D5C595'

red 213 ◦ green 197 ◦ blue 149

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

Shades of Tahuna Sands #D5C595

Tints of Tahuna Sands #D5C595

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

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

R = 38.1%
G = 35.24%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5C595 (or 0xD5C595) is known color: Tahuna Sands. HEX triplet: D5, C5 and 95. RGB value is (213,197,149). Sum of RGB (Red+Green+Blue) = 213+197+149=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C595 is #2A3A6A. Grayscale: #C4C4C4. Windows color (decimal): -2767467 or 9815509. OLE color: 9815509.

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

Color convert

RGB 213 197 149 -
CMYK 0 0.08 0.30 0.16
HSL 45º 0.43% 0.71% -
HSV(B) 45º 0.3% 0.84% -
XYZ 52.83 56.25 36.51 -
YUV 196.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 213 197 149 0 0.08 0.30 0.16 45 0.43 0.71
Hex D5 C5 95 0 8 1E 10 2D 2B 47
Octal 325 305 225 0 10 36 20 55 53 107
Binary 11010101 11000101 10010101 0 1000 11110 10000 101101 101011 1000111

Color Harmonies of #D5C595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C595

Black with #D5C595

Text Example


Text Example

White with #D5C595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C595; }

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

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

background-color css

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

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

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

border-color css

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

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

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