Html Css Color HEX #DDCE96 Tahuna Sands

📋 copy color: '#DDCE96'

red 221 ◦ green 206 ◦ blue 150

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

Shades of Tahuna Sands #DDCE96

Tints of Tahuna Sands #DDCE96

RGB

 RED value IS 221 (86.72% from 255) = 38.3%

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

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

R = 38.3%
G = 35.7%
B = 26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDCE96 (or 0xDDCE96) is known color: Tahuna Sands. HEX triplet: DD, CE and 96. RGB value is (221,206,150). Sum of RGB (Red+Green+Blue) = 221+206+150=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE96 is #223169. Grayscale: #CCCCCC. Windows color (decimal): -2240874 or 9883357. OLE color: 9883357.

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

Color convert

RGB 221 206 150 -
CMYK 0 0.07 0.32 0.13
HSL 47.32º 0.51% 0.73% -
HSV(B) 47.32º 0.32% 0.87% -
XYZ 57.4 61.72 37.74 -
YUV 204.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 221 206 150 0 0.07 0.32 0.13 47.32 0.51 0.73
Hex DD CE 96 0 7 20 D 2F 33 49
Octal 335 316 226 0 7 40 15 57 63 111
Binary 11011101 11001110 10010110 0 111 100000 1101 101111 110011 1001001

Color Harmonies of #DDCE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE96

Black with #DDCE96

Text Example


Text Example

White with #DDCE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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