Html Css Color HEX #DCCC96 Tahuna Sands

📋 copy color: '#DCCC96'

red 220 ◦ green 204 ◦ blue 150

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

Shades of Tahuna Sands #DCCC96

Tints of Tahuna Sands #DCCC96

RGB

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

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

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

R = 38.33%
G = 35.54%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCCC96 (or 0xDCCC96) is known color: Tahuna Sands. HEX triplet: DC, CC and 96. RGB value is (220,204,150). Sum of RGB (Red+Green+Blue) = 220+204+150=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC96 is #233369. Grayscale: #CACACA. Windows color (decimal): -2306922 or 9882844. OLE color: 9882844.

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

Color convert

RGB 220 204 150 -
CMYK 0 0.07 0.32 0.14
HSL 46.29º 0.5% 0.73% -
HSV(B) 46.29º 0.32% 0.86% -
XYZ 56.61 60.6 37.57 -
YUV 202.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 220 204 150 0 0.07 0.32 0.14 46.29 0.5 0.73
Hex DC CC 96 0 7 20 E 2E 32 49
Octal 334 314 226 0 7 40 16 56 62 111
Binary 11011100 11001100 10010110 0 111 100000 1110 101110 110010 1001001

Color Harmonies of #DCCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC96

Black with #DCCC96

Text Example


Text Example

White with #DCCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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