Html Css Color HEX #DCC19D Raffia

📋 copy color: '#DCC19D'

red 220 ◦ green 193 ◦ blue 157

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

Shades of Raffia #DCC19D

Tints of Raffia #DCC19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.54%

R = 38.6%
G = 33.86%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCC19D (or 0xDCC19D) is known color: Raffia. HEX triplet: DC, C1 and 9D. RGB value is (220,193,157). Sum of RGB (Red+Green+Blue) = 220+193+157=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC19D is #233E62. Grayscale: #C5C5C5. Windows color (decimal): -2309731 or 10338780. OLE color: 10338780.

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

Color convert

RGB 220 193 157 -
CMYK 0 0.12 0.29 0.14
HSL 34.29º 0.47% 0.74% -
HSV(B) 34.29º 0.29% 0.86% -
XYZ 54.67 55.79 39.79 -
YUV 196.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 220 193 157 0 0.12 0.29 0.14 34.29 0.47 0.74
Hex DC C1 9D 0 C 1D E 22 2F 4A
Octal 334 301 235 0 14 35 16 42 57 112
Binary 11011100 11000001 10011101 0 1100 11101 1110 100010 101111 1001010

Color Harmonies of #DCC19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC19D

Black with #DCC19D

Text Example


Text Example

White with #DCC19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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