Html Css Color HEX #DCCC9A Tahuna Sands

📋 copy color: '#DCCC9A'

red 220 ◦ green 204 ◦ blue 154

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

Shades of Tahuna Sands #DCCC9A

Tints of Tahuna Sands #DCCC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.64%

R = 38.06%
G = 35.29%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DCCC9A (or 0xDCCC9A) is known color: Tahuna Sands. HEX triplet: DC, CC and 9A. RGB value is (220,204,154). Sum of RGB (Red+Green+Blue) = 220+204+154=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC9A is #233365. Grayscale: #CBCBCB. Windows color (decimal): -2306918 or 10144988. OLE color: 10144988.

HSL color Cylindrical-coordinate representation of color #DCCC9A: hue angle of 45.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCCC9A is Cyan = 0, Magento = 0.07, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 154 -
CMYK 0 0.07 0.3 0.14
HSL 45.45º 0.49% 0.73% -
HSV(B) 45.45º 0.3% 0.86% -
XYZ 56.94 60.73 39.29 -
YUV 203.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 220 204 154 0 0.07 0.3 0.14 45.45 0.49 0.73
Hex DC CC 9A 0 7 1E E 2D 31 49
Octal 334 314 232 0 7 36 16 55 61 111
Binary 11011100 11001100 10011010 0 111 11110 1110 101101 110001 1001001

Color Harmonies of #DCCC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC9A

Black with #DCCC9A

Text Example


Text Example

White with #DCCC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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