Html Css Color HEX #DC8145 Raw Sienna

📋 copy color: '#DC8145'

red 220 ◦ green 129 ◦ blue 69

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

Shades of Raw Sienna #DC8145

Tints of Raw Sienna #DC8145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 52.63%
G = 30.86%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC8145 (or 0xDC8145) is known color: Raw Sienna. HEX triplet: DC, 81 and 45. RGB value is (220,129,69). Sum of RGB (Red+Green+Blue) = 220+129+69=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8145 is #237EBA. Grayscale: #959595. Windows color (decimal): -2326203 or 4555228. OLE color: 4555228.

HSL color Cylindrical-coordinate representation of color #DC8145: hue angle of 23.84º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC8145 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 69 -
CMYK 0 0.41 0.69 0.14
HSL 23.84º 0.68% 0.57% -
HSV(B) 23.84º 0.69% 0.86% -
XYZ 38.44 31.35 9.65 -
YUV 149.37 82.65 178.38 -
System Red Green Blue C M Y K H S L
Decimal 220 129 69 0 0.41 0.69 0.14 23.84 0.68 0.57
Hex DC 81 45 0 29 45 E 18 44 39
Octal 334 201 105 0 51 105 16 30 104 71
Binary 11011100 10000001 1000101 0 101001 1000101 1110 11000 1000100 111001

Color Harmonies of #DC8145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8145

Black with #DC8145

Text Example


Text Example

White with #DC8145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8145; }

 p { color: rgb(220,129,69); }

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

background-color css

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

 a { background-color: rgb(220,129,69); }

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

border-color css

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

 span { border-color: rgb(220,129,69); }

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