Html Css Color HEX #DCCE96 Tahuna Sands

📋 copy color: '#DCCE96'

red 220 ◦ green 206 ◦ blue 150

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

Shades of Tahuna Sands #DCCE96

Tints of Tahuna Sands #DCCE96

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

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

R = 38.19%
G = 35.76%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCCE96 (or 0xDCCE96) is known color: Tahuna Sands. HEX triplet: DC, CE and 96. RGB value is (220,206,150). Sum of RGB (Red+Green+Blue) = 220+206+150=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE96 is #233169. Grayscale: #CCCCCC. Windows color (decimal): -2306410 or 9883356. OLE color: 9883356.

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

Color convert

RGB 220 206 150 -
CMYK 0 0.06 0.32 0.14
HSL 48º 0.5% 0.73% -
HSV(B) 48º 0.32% 0.86% -
XYZ 57.09 61.56 37.73 -
YUV 203.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 220 206 150 0 0.06 0.32 0.14 48 0.5 0.73
Hex DC CE 96 0 6 20 E 30 32 49
Octal 334 316 226 0 6 40 16 60 62 111
Binary 11011100 11001110 10010110 0 110 100000 1110 110000 110010 1001001

Color Harmonies of #DCCE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE96

Black with #DCCE96

Text Example


Text Example

White with #DCCE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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