Html Css Color HEX #DCC19B Raffia

📋 copy color: '#DCC19B'

red 220 ◦ green 193 ◦ blue 155

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

Shades of Raffia #DCC19B

Tints of Raffia #DCC19B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.98%

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

R = 38.73%
G = 33.98%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC19B (or 0xDCC19B) is known color: Raffia. HEX triplet: DC, C1 and 9B. RGB value is (220,193,155). Sum of RGB (Red+Green+Blue) = 220+193+155=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC19B is #233E64. Grayscale: #C4C4C4. Windows color (decimal): -2309733 or 10207708. OLE color: 10207708.

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

Color convert

RGB 220 193 155 -
CMYK 0 0.12 0.30 0.14
HSL 35.08º 0.48% 0.74% -
HSV(B) 35.08º 0.3% 0.86% -
XYZ 54.5 55.72 38.89 -
YUV 196.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 220 193 155 0 0.12 0.30 0.14 35.08 0.48 0.74
Hex DC C1 9B 0 C 1E E 23 30 4A
Octal 334 301 233 0 14 36 16 43 60 112
Binary 11011100 11000001 10011011 0 1100 11110 1110 100011 110000 1001010

Color Harmonies of #DCC19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC19B

Black with #DCC19B

Text Example


Text Example

White with #DCC19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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