Html Css Color HEX #DC824D Raw Sienna

📋 copy color: '#DC824D'

red 220 ◦ green 130 ◦ blue 77

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

Shades of Raw Sienna #DC824D

Tints of Raw Sienna #DC824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

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

R = 51.52%
G = 30.44%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC824D (or 0xDC824D) is known color: Raw Sienna. HEX triplet: DC, 82 and 4D. RGB value is (220,130,77). Sum of RGB (Red+Green+Blue) = 220+130+77=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC824D is #237DB2. Grayscale: #979797. Windows color (decimal): -2325939 or 5079772. OLE color: 5079772.

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

Color convert

RGB 220 130 77 -
CMYK 0 0.41 0.65 0.14
HSL 22.24º 0.67% 0.58% -
HSV(B) 22.24º 0.65% 0.86% -
XYZ 38.84 31.72 11.1 -
YUV 150.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 220 130 77 0 0.41 0.65 0.14 22.24 0.67 0.58
Hex DC 82 4D 0 29 41 E 16 43 3A
Octal 334 202 115 0 51 101 16 26 103 72
Binary 11011100 10000010 1001101 0 101001 1000001 1110 10110 1000011 111010

Color Harmonies of #DC824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC824D

Black with #DC824D

Text Example


Text Example

White with #DC824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC824D; }

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

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

background-color css

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

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

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

border-color css

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

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

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