Html Css Color HEX #DCC79B Raffia

📋 copy color: '#DCC79B'

red 220 ◦ green 199 ◦ blue 155

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

Shades of Raffia #DCC79B

Tints of Raffia #DCC79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27%

R = 38.33%
G = 34.67%
B = 27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC79B (or 0xDCC79B) is known color: Raffia. HEX triplet: DC, C7 and 9B. RGB value is (220,199,155). Sum of RGB (Red+Green+Blue) = 220+199+155=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC79B is #233864. Grayscale: #C8C8C8. Windows color (decimal): -2308197 or 10209244. OLE color: 10209244.

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

Color convert

RGB 220 199 155 -
CMYK 0 0.10 0.30 0.14
HSL 40.62º 0.48% 0.74% -
HSV(B) 40.62º 0.3% 0.86% -
XYZ 55.86 58.43 39.34 -
YUV 200.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 220 199 155 0 0.10 0.30 0.14 40.62 0.48 0.74
Hex DC C7 9B 0 A 1E E 29 30 4A
Octal 334 307 233 0 12 36 16 51 60 112
Binary 11011100 11000111 10011011 0 1010 11110 1110 101001 110000 1001010

Color Harmonies of #DCC79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC79B

Black with #DCC79B

Text Example


Text Example

White with #DCC79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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