Html Css Color HEX #DCC993 Tahuna Sands

📋 copy color: '#DCC993'

red 220 ◦ green 201 ◦ blue 147

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

Shades of Tahuna Sands #DCC993

Tints of Tahuna Sands #DCC993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.88%

R = 38.73%
G = 35.39%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCC993 (or 0xDCC993) is known color: Tahuna Sands. HEX triplet: DC, C9 and 93. RGB value is (220,201,147). Sum of RGB (Red+Green+Blue) = 220+201+147=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC993 is #23366C. Grayscale: #C8C8C8. Windows color (decimal): -2307693 or 9685468. OLE color: 9685468.

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

Color convert

RGB 220 201 147 -
CMYK 0 0.09 0.33 0.14
HSL 44.38º 0.51% 0.72% -
HSV(B) 44.38º 0.33% 0.86% -
XYZ 55.67 59.1 36.08 -
YUV 200.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 220 201 147 0 0.09 0.33 0.14 44.38 0.51 0.72
Hex DC C9 93 0 9 21 E 2C 33 48
Octal 334 311 223 0 11 41 16 54 63 110
Binary 11011100 11001001 10010011 0 1001 100001 1110 101100 110011 1001000

Color Harmonies of #DCC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC993

Black with #DCC993

Text Example


Text Example

White with #DCC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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