Html Css Color HEX #D7CAA0 Tahuna Sands

📋 copy color: '#D7CAA0'

red 215 ◦ green 202 ◦ blue 160

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

Shades of Tahuna Sands #D7CAA0

Tints of Tahuna Sands #D7CAA0

RGB

 RED value IS 215 (84.38% from 255) = 37.26%

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

 BLUE value IS 160 (62.89% from 255) = 27.73%

R = 37.26%
G = 35.01%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7CAA0 (or 0xD7CAA0) is known color: Tahuna Sands. HEX triplet: D7, CA and A0. RGB value is (215,202,160). Sum of RGB (Red+Green+Blue) = 215+202+160=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CAA0 is #28355F. Grayscale: #C9C9C9. Windows color (decimal): -2635104 or 10537687. OLE color: 10537687.

HSL color Cylindrical-coordinate representation of color #D7CAA0: hue angle of 45.82º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7CAA0 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 202 160 -
CMYK 0 0.06 0.26 0.16
HSL 45.82º 0.41% 0.74% -
HSV(B) 45.82º 0.26% 0.84% -
XYZ 55.49 59.23 41.76 -
YUV 201.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 215 202 160 0 0.06 0.26 0.16 45.82 0.41 0.74
Hex D7 CA A0 0 6 1A 10 2E 29 4A
Octal 327 312 240 0 6 32 20 56 51 112
Binary 11010111 11001010 10100000 0 110 11010 10000 101110 101001 1001010

Color Harmonies of #D7CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CAA0

Black with #D7CAA0

Text Example


Text Example

White with #D7CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CAA0; }

 p { color: rgb(215,202,160); }

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

background-color css

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

 a { background-color: rgb(215,202,160); }

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

border-color css

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

 span { border-color: rgb(215,202,160); }

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