Html Css Color HEX #D7C693 Tahuna Sands

📋 copy color: '#D7C693'

red 215 ◦ green 198 ◦ blue 147

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

Shades of Tahuna Sands #D7C693

Tints of Tahuna Sands #D7C693

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.36%

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

R = 38.39%
G = 35.36%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7C693 (or 0xD7C693) is known color: Tahuna Sands. HEX triplet: D7, C6 and 93. RGB value is (215,198,147). Sum of RGB (Red+Green+Blue) = 215+198+147=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C693 is #28396C. Grayscale: #C5C5C5. Windows color (decimal): -2636141 or 9684695. OLE color: 9684695.

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

Color convert

RGB 215 198 147 -
CMYK 0 0.08 0.32 0.16
HSL 45º 0.46% 0.71% -
HSV(B) 45º 0.32% 0.84% -
XYZ 53.48 56.94 35.78 -
YUV 197.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 215 198 147 0 0.08 0.32 0.16 45 0.46 0.71
Hex D7 C6 93 0 8 20 10 2D 2E 47
Octal 327 306 223 0 10 40 20 55 56 107
Binary 11010111 11000110 10010011 0 1000 100000 10000 101101 101110 1000111

Color Harmonies of #D7C693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C693

Black with #D7C693

Text Example


Text Example

White with #D7C693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C693; }

 p { color: rgb(215,198,147); }

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

background-color css

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

 a { background-color: rgb(215,198,147); }

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

border-color css

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

 span { border-color: rgb(215,198,147); }

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