Html Css Color HEX #DCCB96 Tahuna Sands

📋 copy color: '#DCCB96'

red 220 ◦ green 203 ◦ blue 150

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

Shades of Tahuna Sands #DCCB96

Tints of Tahuna Sands #DCCB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.43%

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

R = 38.39%
G = 35.43%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCCB96 (or 0xDCCB96) is known color: Tahuna Sands. HEX triplet: DC, CB and 96. RGB value is (220,203,150). Sum of RGB (Red+Green+Blue) = 220+203+150=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB96 is #233469. Grayscale: #CACACA. Windows color (decimal): -2307178 or 9882588. OLE color: 9882588.

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

Color convert

RGB 220 203 150 -
CMYK 0 0.08 0.32 0.14
HSL 45.43º 0.5% 0.73% -
HSV(B) 45.43º 0.32% 0.86% -
XYZ 56.38 60.13 37.49 -
YUV 202.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 220 203 150 0 0.08 0.32 0.14 45.43 0.5 0.73
Hex DC CB 96 0 8 20 E 2D 32 49
Octal 334 313 226 0 10 40 16 55 62 111
Binary 11011100 11001011 10010110 0 1000 100000 1110 101101 110010 1001001

Color Harmonies of #DCCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB96

Black with #DCCB96

Text Example


Text Example

White with #DCCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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