Html Css Color HEX #D2C496 Tahuna Sands

📋 copy color: '#D2C496'

red 210 ◦ green 196 ◦ blue 150

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

Shades of Tahuna Sands #D2C496

Tints of Tahuna Sands #D2C496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.98%

R = 37.77%
G = 35.25%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2C496 (or 0xD2C496) is known color: Tahuna Sands. HEX triplet: D2, C4 and 96. RGB value is (210,196,150). Sum of RGB (Red+Green+Blue) = 210+196+150=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C496 is #2D3B69. Grayscale: #C3C3C3. Windows color (decimal): -2964330 or 9880786. OLE color: 9880786.

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

Color convert

RGB 210 196 150 -
CMYK 0 0.07 0.29 0.18
HSL 46º 0.4% 0.71% -
HSV(B) 46º 0.29% 0.82% -
XYZ 51.82 55.38 36.81 -
YUV 194.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 210 196 150 0 0.07 0.29 0.18 46 0.4 0.71
Hex D2 C4 96 0 7 1D 12 2E 28 47
Octal 322 304 226 0 7 35 22 56 50 107
Binary 11010010 11000100 10010110 0 111 11101 10010 101110 101000 1000111

Color Harmonies of #D2C496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C496

Black with #D2C496

Text Example


Text Example

White with #D2C496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C496; }

 p { color: rgb(210,196,150); }

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

background-color css

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

 a { background-color: rgb(210,196,150); }

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

border-color css

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

 span { border-color: rgb(210,196,150); }

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