Html Css Color HEX #DCC991 Tahuna Sands

📋 copy color: '#DCC991'

red 220 ◦ green 201 ◦ blue 145

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

Shades of Tahuna Sands #DCC991

Tints of Tahuna Sands #DCC991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.62%

R = 38.87%
G = 35.51%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCC991 (or 0xDCC991) is known color: Tahuna Sands. HEX triplet: DC, C9 and 91. RGB value is (220,201,145). Sum of RGB (Red+Green+Blue) = 220+201+145=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC991 is #23366E. Grayscale: #C8C8C8. Windows color (decimal): -2307695 or 9554396. OLE color: 9554396.

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

Color convert

RGB 220 201 145 -
CMYK 0 0.09 0.34 0.14
HSL 44.8º 0.52% 0.72% -
HSV(B) 44.8º 0.34% 0.86% -
XYZ 55.51 59.03 35.26 -
YUV 200.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 220 201 145 0 0.09 0.34 0.14 44.8 0.52 0.72
Hex DC C9 91 0 9 22 E 2D 34 48
Octal 334 311 221 0 11 42 16 55 64 110
Binary 11011100 11001001 10010001 0 1001 100010 1110 101101 110100 1001000

Color Harmonies of #DCC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC991

Black with #DCC991

Text Example


Text Example

White with #DCC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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