Html Css Color HEX #DC854D Raw Sienna

📋 copy color: '#DC854D'

red 220 ◦ green 133 ◦ blue 77

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

Shades of Raw Sienna #DC854D

Tints of Raw Sienna #DC854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.93%

 BLUE value IS 77 (30.47% from 255) = 17.91%

R = 51.16%
G = 30.93%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC854D (or 0xDC854D) is known color: Raw Sienna. HEX triplet: DC, 85 and 4D. RGB value is (220,133,77). Sum of RGB (Red+Green+Blue) = 220+133+77=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC854D is #237AB2. Grayscale: #989898. Windows color (decimal): -2325171 or 5080540. OLE color: 5080540.

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

Color convert

RGB 220 133 77 -
CMYK 0 0.40 0.65 0.14
HSL 23.5º 0.67% 0.58% -
HSV(B) 23.5º 0.65% 0.86% -
XYZ 39.24 32.53 11.23 -
YUV 152.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 220 133 77 0 0.40 0.65 0.14 23.5 0.67 0.58
Hex DC 85 4D 0 28 41 E 17 43 3A
Octal 334 205 115 0 50 101 16 27 103 72
Binary 11011100 10000101 1001101 0 101000 1000001 1110 10111 1000011 111010

Color Harmonies of #DC854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC854D

Black with #DC854D

Text Example


Text Example

White with #DC854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC854D; }

 p { color: rgb(220,133,77); }

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

background-color css

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

 a { background-color: rgb(220,133,77); }

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

border-color css

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

 span { border-color: rgb(220,133,77); }

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