Html Css Color HEX #DC824F Raw Sienna

📋 copy color: '#DC824F'

red 220 ◦ green 130 ◦ blue 79

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

Shades of Raw Sienna #DC824F

Tints of Raw Sienna #DC824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.41%

R = 51.28%
G = 30.3%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC824F (or 0xDC824F) is known color: Raw Sienna. HEX triplet: DC, 82 and 4F. RGB value is (220,130,79). Sum of RGB (Red+Green+Blue) = 220+130+79=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC824F is #237DB0. Grayscale: #979797. Windows color (decimal): -2325937 or 5210844. OLE color: 5210844.

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

Color convert

RGB 220 130 79 -
CMYK 0 0.41 0.64 0.14
HSL 21.7º 0.67% 0.59% -
HSV(B) 21.7º 0.64% 0.86% -
XYZ 38.91 31.75 11.47 -
YUV 151.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 220 130 79 0 0.41 0.64 0.14 21.7 0.67 0.59
Hex DC 82 4F 0 29 40 E 16 43 3B
Octal 334 202 117 0 51 100 16 26 103 73
Binary 11011100 10000010 1001111 0 101001 1000000 1110 10110 1000011 111011

Color Harmonies of #DC824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC824F

Black with #DC824F

Text Example


Text Example

White with #DC824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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