Html Css Color HEX #DCC79F Raffia

📋 copy color: '#DCC79F'

red 220 ◦ green 199 ◦ blue 159

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

Shades of Raffia #DCC79F

Tints of Raffia #DCC79F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.51%

R = 38.06%
G = 34.43%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCC79F (or 0xDCC79F) is known color: Raffia. HEX triplet: DC, C7 and 9F. RGB value is (220,199,159). Sum of RGB (Red+Green+Blue) = 220+199+159=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC79F is #233860. Grayscale: #C8C8C8. Windows color (decimal): -2308193 or 10471388. OLE color: 10471388.

HSL color Cylindrical-coordinate representation of color #DCC79F: hue angle of 39.34º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCC79F is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 159 -
CMYK 0 0.10 0.28 0.14
HSL 39.34º 0.47% 0.74% -
HSV(B) 39.34º 0.28% 0.86% -
XYZ 56.2 58.57 41.14 -
YUV 200.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 220 199 159 0 0.10 0.28 0.14 39.34 0.47 0.74
Hex DC C7 9F 0 A 1C E 27 2F 4A
Octal 334 307 237 0 12 34 16 47 57 112
Binary 11011100 11000111 10011111 0 1010 11100 1110 100111 101111 1001010

Color Harmonies of #DCC79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC79F

Black with #DCC79F

Text Example


Text Example

White with #DCC79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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