Html Css Color HEX #DC814A Raw Sienna

📋 copy color: '#DC814A'

red 220 ◦ green 129 ◦ blue 74

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

Shades of Raw Sienna #DC814A

Tints of Raw Sienna #DC814A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.49%

R = 52.01%
G = 30.5%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC814A (or 0xDC814A) is known color: Raw Sienna. HEX triplet: DC, 81 and 4A. RGB value is (220,129,74). Sum of RGB (Red+Green+Blue) = 220+129+74=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC814A is #237EB5. Grayscale: #969696. Windows color (decimal): -2326198 or 4882908. OLE color: 4882908.

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

Color convert

RGB 220 129 74 -
CMYK 0 0.41 0.66 0.14
HSL 22.6º 0.68% 0.58% -
HSV(B) 22.6º 0.66% 0.86% -
XYZ 38.6 31.41 10.51 -
YUV 149.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 220 129 74 0 0.41 0.66 0.14 22.6 0.68 0.58
Hex DC 81 4A 0 29 42 E 17 44 3A
Octal 334 201 112 0 51 102 16 27 104 72
Binary 11011100 10000001 1001010 0 101001 1000010 1110 10111 1000100 111010

Color Harmonies of #DC814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC814A

Black with #DC814A

Text Example


Text Example

White with #DC814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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