Html Css Color HEX #DCC995 Tahuna Sands

📋 copy color: '#DCC995'

red 220 ◦ green 201 ◦ blue 149

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

Shades of Tahuna Sands #DCC995

Tints of Tahuna Sands #DCC995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.26%

 BLUE value IS 149 (58.59% from 255) = 26.14%

R = 38.6%
G = 35.26%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCC995 (or 0xDCC995) is known color: Tahuna Sands. HEX triplet: DC, C9 and 95. RGB value is (220,201,149). Sum of RGB (Red+Green+Blue) = 220+201+149=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC995 is #23366A. Grayscale: #C8C8C8. Windows color (decimal): -2307691 or 9816540. OLE color: 9816540.

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

Color convert

RGB 220 201 149 -
CMYK 0 0.09 0.32 0.14
HSL 43.94º 0.5% 0.72% -
HSV(B) 43.94º 0.32% 0.86% -
XYZ 55.83 59.16 36.91 -
YUV 200.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 220 201 149 0 0.09 0.32 0.14 43.94 0.5 0.72
Hex DC C9 95 0 9 20 E 2C 32 48
Octal 334 311 225 0 11 40 16 54 62 110
Binary 11011100 11001001 10010101 0 1001 100000 1110 101100 110010 1001000

Color Harmonies of #DCC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC995

Black with #DCC995

Text Example


Text Example

White with #DCC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC995; }

 p { color: rgb(220,201,149); }

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

background-color css

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

 a { background-color: rgb(220,201,149); }

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

border-color css

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

 span { border-color: rgb(220,201,149); }

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