Html Css Color HEX #D5C593 Tahuna Sands

📋 copy color: '#D5C593'

red 213 ◦ green 197 ◦ blue 147

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

Shades of Tahuna Sands #D5C593

Tints of Tahuna Sands #D5C593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.39%

R = 38.24%
G = 35.37%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5C593 (or 0xD5C593) is known color: Tahuna Sands. HEX triplet: D5, C5 and 93. RGB value is (213,197,147). Sum of RGB (Red+Green+Blue) = 213+197+147=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C593 is #2A3A6C. Grayscale: #C4C4C4. Windows color (decimal): -2767469 or 9684437. OLE color: 9684437.

HSL color Cylindrical-coordinate representation of color #D5C593: hue angle of 45.45º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5C593 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 197 147 -
CMYK 0 0.08 0.31 0.16
HSL 45.45º 0.44% 0.71% -
HSV(B) 45.45º 0.31% 0.84% -
XYZ 52.67 56.19 35.67 -
YUV 196.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 213 197 147 0 0.08 0.31 0.16 45.45 0.44 0.71
Hex D5 C5 93 0 8 1F 10 2D 2C 47
Octal 325 305 223 0 10 37 20 55 54 107
Binary 11010101 11000101 10010011 0 1000 11111 10000 101101 101100 1000111

Color Harmonies of #D5C593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C593

Black with #D5C593

Text Example


Text Example

White with #D5C593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C593; }

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

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

background-color css

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

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

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

border-color css

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

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

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