Html Css Color HEX #DCCC9C Tahuna Sands

📋 copy color: '#DCCC9C'

red 220 ◦ green 204 ◦ blue 156

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

Shades of Tahuna Sands #DCCC9C

Tints of Tahuna Sands #DCCC9C

RGB

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

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

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

R = 37.93%
G = 35.17%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCCC9C (or 0xDCCC9C) is known color: Tahuna Sands. HEX triplet: DC, CC and 9C. RGB value is (220,204,156). Sum of RGB (Red+Green+Blue) = 220+204+156=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC9C is #233363. Grayscale: #CBCBCB. Windows color (decimal): -2306916 or 10276060. OLE color: 10276060.

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

Color convert

RGB 220 204 156 -
CMYK 0 0.07 0.29 0.14
HSL 45º 0.48% 0.74% -
HSV(B) 45º 0.29% 0.86% -
XYZ 57.11 60.8 40.18 -
YUV 203.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 220 204 156 0 0.07 0.29 0.14 45 0.48 0.74
Hex DC CC 9C 0 7 1D E 2D 30 4A
Octal 334 314 234 0 7 35 16 55 60 112
Binary 11011100 11001100 10011100 0 111 11101 1110 101101 110000 1001010

Color Harmonies of #DCCC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC9C

Black with #DCCC9C

Text Example


Text Example

White with #DCCC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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