Html Css Color HEX #DC824C Raw Sienna

📋 copy color: '#DC824C'

red 220 ◦ green 130 ◦ blue 76

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

Shades of Raw Sienna #DC824C

Tints of Raw Sienna #DC824C

RGB

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

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

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

R = 51.64%
G = 30.52%
B = 17.84%

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

#DC824C (or 0xDC824C) is known color: Raw Sienna. HEX triplet: DC, 82 and 4C. RGB value is (220,130,76). Sum of RGB (Red+Green+Blue) = 220+130+76=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC824C is #237DB3. Grayscale: #979797. Windows color (decimal): -2325940 or 5014236. OLE color: 5014236.

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

Color convert

RGB 220 130 76 -
CMYK 0 0.41 0.65 0.14
HSL 22.5º 0.67% 0.58% -
HSV(B) 22.5º 0.65% 0.86% -
XYZ 38.8 31.7 10.91 -
YUV 150.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 220 130 76 0 0.41 0.65 0.14 22.5 0.67 0.58
Hex DC 82 4C 0 29 41 E 16 43 3A
Octal 334 202 114 0 51 101 16 26 103 72
Binary 11011100 10000010 1001100 0 101001 1000001 1110 10110 1000011 111010

Color Harmonies of #DC824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC824C

Black with #DC824C

Text Example


Text Example

White with #DC824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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