Html Css Color HEX #D2CE96 Tahuna Sands

📋 copy color: '#D2CE96'

red 210 ◦ green 206 ◦ blue 150

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

Shades of Tahuna Sands #D2CE96

Tints of Tahuna Sands #D2CE96

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.4%

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

R = 37.1%
G = 36.4%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2CE96 (or 0xD2CE96) is known color: Tahuna Sands. HEX triplet: D2, CE and 96. RGB value is (210,206,150). Sum of RGB (Red+Green+Blue) = 210+206+150=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CE96 is #2D3169. Grayscale: #C9C9C9. Windows color (decimal): -2961770 or 9883346. OLE color: 9883346.

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

Color convert

RGB 210 206 150 -
CMYK 0 0.02 0.29 0.18
HSL 56º 0.4% 0.71% -
HSV(B) 56º 0.29% 0.82% -
XYZ 54.15 60.05 37.59 -
YUV 200.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 210 206 150 0 0.02 0.29 0.18 56 0.4 0.71
Hex D2 CE 96 0 2 1D 12 38 28 47
Octal 322 316 226 0 2 35 22 70 50 107
Binary 11010010 11001110 10010110 0 10 11101 10010 111000 101000 1000111

Color Harmonies of #D2CE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CE96

Black with #D2CE96

Text Example


Text Example

White with #D2CE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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