Html Css Color HEX #DCCA9C Tahuna Sands

📋 copy color: '#DCCA9C'

red 220 ◦ green 202 ◦ blue 156

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

Shades of Tahuna Sands #DCCA9C

Tints of Tahuna Sands #DCCA9C

RGB

 RED value IS 220 (86.33% from 255) = 38.06%

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

 BLUE value IS 156 (61.33% from 255) = 26.99%

R = 38.06%
G = 34.95%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCCA9C (or 0xDCCA9C) is known color: Tahuna Sands. HEX triplet: DC, CA and 9C. RGB value is (220,202,156). Sum of RGB (Red+Green+Blue) = 220+202+156=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA9C is #233563. Grayscale: #CACACA. Windows color (decimal): -2307428 or 10275548. OLE color: 10275548.

HSL color Cylindrical-coordinate representation of color #DCCA9C: hue angle of 43.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCCA9C is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 156 -
CMYK 0 0.08 0.29 0.14
HSL 43.13º 0.48% 0.74% -
HSV(B) 43.13º 0.29% 0.86% -
XYZ 56.64 59.86 40.02 -
YUV 202.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 220 202 156 0 0.08 0.29 0.14 43.13 0.48 0.74
Hex DC CA 9C 0 8 1D E 2B 30 4A
Octal 334 312 234 0 10 35 16 53 60 112
Binary 11011100 11001010 10011100 0 1000 11101 1110 101011 110000 1001010

Color Harmonies of #DCCA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA9C

Black with #DCCA9C

Text Example


Text Example

White with #DCCA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA9C; }

 p { color: rgb(220,202,156); }

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

background-color css

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

 a { background-color: rgb(220,202,156); }

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

border-color css

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

 span { border-color: rgb(220,202,156); }

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