Html Css Color HEX #D2C695 Tahuna Sands

📋 copy color: '#D2C695'

red 210 ◦ green 198 ◦ blue 149

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

Shades of Tahuna Sands #D2C695

Tints of Tahuna Sands #D2C695

RGB

 RED value IS 210 (82.42% from 255) = 37.7%

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

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

R = 37.7%
G = 35.55%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2C695 (or 0xD2C695) is known color: Tahuna Sands. HEX triplet: D2, C6 and 95. RGB value is (210,198,149). Sum of RGB (Red+Green+Blue) = 210+198+149=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C695 is #2D396A. Grayscale: #C4C4C4. Windows color (decimal): -2963819 or 9815762. OLE color: 9815762.

HSL color Cylindrical-coordinate representation of color #D2C695: hue angle of 48.2º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2C695 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 198 149 -
CMYK 0 0.06 0.29 0.18
HSL 48.2º 0.4% 0.7% -
HSV(B) 48.2º 0.29% 0.82% -
XYZ 52.2 56.26 36.54 -
YUV 196 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 210 198 149 0 0.06 0.29 0.18 48.2 0.4 0.7
Hex D2 C6 95 0 6 1D 12 30 28 46
Octal 322 306 225 0 6 35 22 60 50 106
Binary 11010010 11000110 10010101 0 110 11101 10010 110000 101000 1000110

Color Harmonies of #D2C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C695

Black with #D2C695

Text Example


Text Example

White with #D2C695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C695; }

 p { color: rgb(210,198,149); }

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

background-color css

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

 a { background-color: rgb(210,198,149); }

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

border-color css

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

 span { border-color: rgb(210,198,149); }

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