Html Css Color HEX #D5CA97 Tahuna Sands

📋 copy color: '#D5CA97'

red 213 ◦ green 202 ◦ blue 151

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

Shades of Tahuna Sands #D5CA97

Tints of Tahuna Sands #D5CA97

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.69%

 BLUE value IS 151 (59.38% from 255) = 26.68%

R = 37.63%
G = 35.69%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5CA97 (or 0xD5CA97) is known color: Tahuna Sands. HEX triplet: D5, CA and 97. RGB value is (213,202,151). Sum of RGB (Red+Green+Blue) = 213+202+151=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA97 is #2A3568. Grayscale: #C7C7C7. Windows color (decimal): -2766185 or 9947861. OLE color: 9947861.

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

Color convert

RGB 213 202 151 -
CMYK 0 0.05 0.29 0.16
HSL 49.35º 0.42% 0.71% -
HSV(B) 49.35º 0.29% 0.84% -
XYZ 54.15 58.62 37.74 -
YUV 199.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 213 202 151 0 0.05 0.29 0.16 49.35 0.42 0.71
Hex D5 CA 97 0 5 1D 10 31 2A 47
Octal 325 312 227 0 5 35 20 61 52 107
Binary 11010101 11001010 10010111 0 101 11101 10000 110001 101010 1000111

Color Harmonies of #D5CA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA97

Black with #D5CA97

Text Example


Text Example

White with #D5CA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA97; }

 p { color: rgb(213,202,151); }

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

background-color css

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

 a { background-color: rgb(213,202,151); }

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

border-color css

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

 span { border-color: rgb(213,202,151); }

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