Html Css Color HEX #D6CCA2 Tahuna Sands

📋 copy color: '#D6CCA2'

red 214 ◦ green 204 ◦ blue 162

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

Shades of Tahuna Sands #D6CCA2

Tints of Tahuna Sands #D6CCA2

RGB

 RED value IS 214 (83.98% from 255) = 36.9%

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 162 (63.67% from 255) = 27.93%

R = 36.9%
G = 35.17%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D6CCA2 (or 0xD6CCA2) is known color: Tahuna Sands. HEX triplet: D6, CC and A2. RGB value is (214,204,162). Sum of RGB (Red+Green+Blue) = 214+204+162=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CCA2 is #29335D. Grayscale: #CACACA. Windows color (decimal): -2700126 or 10669270. OLE color: 10669270.

HSL color Cylindrical-coordinate representation of color #D6CCA2: hue angle of 48.46º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6CCA2 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 162 -
CMYK 0 0.05 0.24 0.16
HSL 48.46º 0.39% 0.74% -
HSV(B) 48.46º 0.24% 0.84% -
XYZ 55.85 60.09 42.84 -
YUV 202.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 214 204 162 0 0.05 0.24 0.16 48.46 0.39 0.74
Hex D6 CC A2 0 5 18 10 30 27 4A
Octal 326 314 242 0 5 30 20 60 47 112
Binary 11010110 11001100 10100010 0 101 11000 10000 110000 100111 1001010

Color Harmonies of #D6CCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCA2

Black with #D6CCA2

Text Example


Text Example

White with #D6CCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCA2; }

 p { color: rgb(214,204,162); }

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

background-color css

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

 a { background-color: rgb(214,204,162); }

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

border-color css

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

 span { border-color: rgb(214,204,162); }

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