Html Css Color HEX #D7C495 Tahuna Sands

📋 copy color: '#D7C495'

red 215 ◦ green 196 ◦ blue 149

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

Shades of Tahuna Sands #D7C495

Tints of Tahuna Sands #D7C495

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

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

R = 38.39%
G = 35%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7C495 (or 0xD7C495) is known color: Tahuna Sands. HEX triplet: D7, C4 and 95. RGB value is (215,196,149). Sum of RGB (Red+Green+Blue) = 215+196+149=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C495 is #283B6A. Grayscale: #C4C4C4. Windows color (decimal): -2636651 or 9815255. OLE color: 9815255.

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

Color convert

RGB 215 196 149 -
CMYK 0 0.09 0.31 0.16
HSL 42.73º 0.45% 0.71% -
HSV(B) 42.73º 0.31% 0.84% -
XYZ 53.19 56.1 36.46 -
YUV 196.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 215 196 149 0 0.09 0.31 0.16 42.73 0.45 0.71
Hex D7 C4 95 0 9 1F 10 2B 2D 47
Octal 327 304 225 0 11 37 20 53 55 107
Binary 11010111 11000100 10010101 0 1001 11111 10000 101011 101101 1000111

Color Harmonies of #D7C495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C495

Black with #D7C495

Text Example


Text Example

White with #D7C495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C495; }

 p { color: rgb(215,196,149); }

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

background-color css

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

 a { background-color: rgb(215,196,149); }

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

border-color css

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

 span { border-color: rgb(215,196,149); }

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