Html Css Color HEX #DC874C Raw Sienna

📋 copy color: '#DC874C'

red 220 ◦ green 135 ◦ blue 76

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

Shades of Raw Sienna #DC874C

Tints of Raw Sienna #DC874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.32%

 BLUE value IS 76 (30.08% from 255) = 17.63%

R = 51.04%
G = 31.32%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC874C (or 0xDC874C) is known color: Raw Sienna. HEX triplet: DC, 87 and 4C. RGB value is (220,135,76). Sum of RGB (Red+Green+Blue) = 220+135+76=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC874C is #2378B3. Grayscale: #9A9A9A. Windows color (decimal): -2324660 or 5015516. OLE color: 5015516.

HSL color Cylindrical-coordinate representation of color #DC874C: hue angle of 24.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC874C is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 135 76 -
CMYK 0 0.39 0.65 0.14
HSL 24.58º 0.67% 0.58% -
HSV(B) 24.58º 0.65% 0.86% -
XYZ 39.48 33.07 11.14 -
YUV 153.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 220 135 76 0 0.39 0.65 0.14 24.58 0.67 0.58
Hex DC 87 4C 0 27 41 E 19 43 3A
Octal 334 207 114 0 47 101 16 31 103 72
Binary 11011100 10000111 1001100 0 100111 1000001 1110 11001 1000011 111010

Color Harmonies of #DC874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC874C

Black with #DC874C

Text Example


Text Example

White with #DC874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC874C; }

 p { color: rgb(220,135,76); }

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

background-color css

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

 a { background-color: rgb(220,135,76); }

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

border-color css

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

 span { border-color: rgb(220,135,76); }

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