Html Css Color HEX #DCCD96 Tahuna Sands

📋 copy color: '#DCCD96'

red 220 ◦ green 205 ◦ blue 150

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

Shades of Tahuna Sands #DCCD96

Tints of Tahuna Sands #DCCD96

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.65%

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

R = 38.26%
G = 35.65%
B = 26.09%

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

#DCCD96 (or 0xDCCD96) is known color: Tahuna Sands. HEX triplet: DC, CD and 96. RGB value is (220,205,150). Sum of RGB (Red+Green+Blue) = 220+205+150=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD96 is #233269. Grayscale: #CBCBCB. Windows color (decimal): -2306666 or 9883100. OLE color: 9883100.

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

Color convert

RGB 220 205 150 -
CMYK 0 0.07 0.32 0.14
HSL 47.14º 0.5% 0.73% -
HSV(B) 47.14º 0.32% 0.86% -
XYZ 56.85 61.08 37.65 -
YUV 203.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 220 205 150 0 0.07 0.32 0.14 47.14 0.5 0.73
Hex DC CD 96 0 7 20 E 2F 32 49
Octal 334 315 226 0 7 40 16 57 62 111
Binary 11011100 11001101 10010110 0 111 100000 1110 101111 110010 1001001

Color Harmonies of #DCCD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD96

Black with #DCCD96

Text Example


Text Example

White with #DCCD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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