Html Css Color HEX #D2CA96 Tahuna Sands

📋 copy color: '#D2CA96'

red 210 ◦ green 202 ◦ blue 150

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

Shades of Tahuna Sands #D2CA96

Tints of Tahuna Sands #D2CA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.94%

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

R = 37.37%
G = 35.94%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2CA96 (or 0xD2CA96) is known color: Tahuna Sands. HEX triplet: D2, CA and 96. RGB value is (210,202,150). Sum of RGB (Red+Green+Blue) = 210+202+150=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CA96 is #2D3569. Grayscale: #C6C6C6. Windows color (decimal): -2962794 or 9882322. OLE color: 9882322.

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

Color convert

RGB 210 202 150 -
CMYK 0 0.04 0.29 0.18
HSL 52º 0.4% 0.71% -
HSV(B) 52º 0.29% 0.82% -
XYZ 53.2 58.14 37.27 -
YUV 198.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 210 202 150 0 0.04 0.29 0.18 52 0.4 0.71
Hex D2 CA 96 0 4 1D 12 34 28 47
Octal 322 312 226 0 4 35 22 64 50 107
Binary 11010010 11001010 10010110 0 100 11101 10010 110100 101000 1000111

Color Harmonies of #D2CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CA96

Black with #D2CA96

Text Example


Text Example

White with #D2CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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