Html Css Color HEX #DC8652 Raw Sienna

📋 copy color: '#DC8652'

red 220 ◦ green 134 ◦ blue 82

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

Shades of Raw Sienna #DC8652

Tints of Raw Sienna #DC8652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

 BLUE value IS 82 (32.42% from 255) = 18.81%

R = 50.46%
G = 30.73%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC8652 (or 0xDC8652) is known color: Raw Sienna. HEX triplet: DC, 86 and 52. RGB value is (220,134,82). Sum of RGB (Red+Green+Blue) = 220+134+82=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8652 is #2379AD. Grayscale: #9A9A9A. Windows color (decimal): -2324910 or 5408476. OLE color: 5408476.

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

Color convert

RGB 220 134 82 -
CMYK 0 0.39 0.63 0.14
HSL 22.61º 0.66% 0.59% -
HSV(B) 22.61º 0.63% 0.86% -
XYZ 39.56 32.88 12.24 -
YUV 153.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 220 134 82 0 0.39 0.63 0.14 22.61 0.66 0.59
Hex DC 86 52 0 27 3F E 17 42 3B
Octal 334 206 122 0 47 77 16 27 102 73
Binary 11011100 10000110 1010010 0 100111 111111 1110 10111 1000010 111011

Color Harmonies of #DC8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8652

Black with #DC8652

Text Example


Text Example

White with #DC8652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8652; }

 p { color: rgb(220,134,82); }

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

background-color css

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

 a { background-color: rgb(220,134,82); }

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

border-color css

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

 span { border-color: rgb(220,134,82); }

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