Html Css Color HEX #D2C396 Tahuna Sands

📋 copy color: '#D2C396'

red 210 ◦ green 195 ◦ blue 150

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

Shades of Tahuna Sands #D2C396

Tints of Tahuna Sands #D2C396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.14%

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

R = 37.84%
G = 35.14%
B = 27.03%

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

#D2C396 (or 0xD2C396) is known color: Tahuna Sands. HEX triplet: D2, C3 and 96. RGB value is (210,195,150). Sum of RGB (Red+Green+Blue) = 210+195+150=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C396 is #2D3C69. Grayscale: #C2C2C2. Windows color (decimal): -2964586 or 9880530. OLE color: 9880530.

HSL color Cylindrical-coordinate representation of color #D2C396: hue angle of 45º 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 #D2C396 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 195 150 -
CMYK 0 0.07 0.29 0.18
HSL 45º 0.4% 0.71% -
HSV(B) 45º 0.29% 0.82% -
XYZ 51.6 54.93 36.74 -
YUV 194.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 210 195 150 0 0.07 0.29 0.18 45 0.4 0.71
Hex D2 C3 96 0 7 1D 12 2D 28 47
Octal 322 303 226 0 7 35 22 55 50 107
Binary 11010010 11000011 10010110 0 111 11101 10010 101101 101000 1000111

Color Harmonies of #D2C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C396

Black with #D2C396

Text Example


Text Example

White with #D2C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C396; }

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

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

background-color css

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

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

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

border-color css

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

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

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