Html Css Color HEX #D5C993 Tahuna Sands

📋 copy color: '#D5C993'

red 213 ◦ green 201 ◦ blue 147

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

Shades of Tahuna Sands #D5C993

Tints of Tahuna Sands #D5C993

RGB

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

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

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

R = 37.97%
G = 35.83%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5C993 (or 0xD5C993) is known color: Tahuna Sands. HEX triplet: D5, C9 and 93. RGB value is (213,201,147). Sum of RGB (Red+Green+Blue) = 213+201+147=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C993 is #2A366C. Grayscale: #C6C6C6. Windows color (decimal): -2766445 or 9685461. OLE color: 9685461.

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

Color convert

RGB 213 201 147 -
CMYK 0 0.06 0.31 0.16
HSL 49.09º 0.44% 0.71% -
HSV(B) 49.09º 0.31% 0.84% -
XYZ 53.59 58.03 35.98 -
YUV 198.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 213 201 147 0 0.06 0.31 0.16 49.09 0.44 0.71
Hex D5 C9 93 0 6 1F 10 31 2C 47
Octal 325 311 223 0 6 37 20 61 54 107
Binary 11010101 11001001 10010011 0 110 11111 10000 110001 101100 1000111

Color Harmonies of #D5C993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C993

Black with #D5C993

Text Example


Text Example

White with #D5C993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C993; }

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

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

background-color css

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

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

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

border-color css

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

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

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