Html Css Color HEX #DCC791 Tahuna Sands

📋 copy color: '#DCC791'

red 220 ◦ green 199 ◦ blue 145

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

Shades of Tahuna Sands #DCC791

Tints of Tahuna Sands #DCC791

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.28%

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

R = 39.01%
G = 35.28%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCC791 (or 0xDCC791) is known color: Tahuna Sands. HEX triplet: DC, C7 and 91. RGB value is (220,199,145). Sum of RGB (Red+Green+Blue) = 220+199+145=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC791 is #23386E. Grayscale: #C7C7C7. Windows color (decimal): -2308207 or 9553884. OLE color: 9553884.

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

Color convert

RGB 220 199 145 -
CMYK 0 0.10 0.34 0.14
HSL 43.2º 0.52% 0.72% -
HSV(B) 43.2º 0.34% 0.86% -
XYZ 55.05 58.11 35.1 -
YUV 199.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 220 199 145 0 0.10 0.34 0.14 43.2 0.52 0.72
Hex DC C7 91 0 A 22 E 2B 34 48
Octal 334 307 221 0 12 42 16 53 64 110
Binary 11011100 11000111 10010001 0 1010 100010 1110 101011 110100 1001000

Color Harmonies of #DCC791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC791

Black with #DCC791

Text Example


Text Example

White with #DCC791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC791; }

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

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

background-color css

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

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

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

border-color css

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

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

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