Html Css Color HEX #DC814D Raw Sienna

📋 copy color: '#DC814D'

red 220 ◦ green 129 ◦ blue 77

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

Shades of Raw Sienna #DC814D

Tints of Raw Sienna #DC814D

RGB

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

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

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

R = 51.64%
G = 30.28%
B = 18.08%

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

#DC814D (or 0xDC814D) is known color: Raw Sienna. HEX triplet: DC, 81 and 4D. RGB value is (220,129,77). Sum of RGB (Red+Green+Blue) = 220+129+77=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC814D is #237EB2. Grayscale: #969696. Windows color (decimal): -2326195 or 5079516. OLE color: 5079516.

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

Color convert

RGB 220 129 77 -
CMYK 0 0.41 0.65 0.14
HSL 21.82º 0.67% 0.58% -
HSV(B) 21.82º 0.65% 0.86% -
XYZ 38.71 31.45 11.05 -
YUV 150.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 220 129 77 0 0.41 0.65 0.14 21.82 0.67 0.58
Hex DC 81 4D 0 29 41 E 16 43 3A
Octal 334 201 115 0 51 101 16 26 103 72
Binary 11011100 10000001 1001101 0 101001 1000001 1110 10110 1000011 111010

Color Harmonies of #DC814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC814D

Black with #DC814D

Text Example


Text Example

White with #DC814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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