Html Css Color HEX #DC8748 Raw Sienna

📋 copy color: '#DC8748'

red 220 ◦ green 135 ◦ blue 72

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

Shades of Raw Sienna #DC8748

Tints of Raw Sienna #DC8748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.62%

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 51.52%
G = 31.62%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC8748 (or 0xDC8748) is known color: Raw Sienna. HEX triplet: DC, 87 and 48. RGB value is (220,135,72). Sum of RGB (Red+Green+Blue) = 220+135+72=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8748 is #2378B7. Grayscale: #999999. Windows color (decimal): -2324664 or 4753372. OLE color: 4753372.

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

Color convert

RGB 220 135 72 -
CMYK 0 0.39 0.67 0.14
HSL 25.54º 0.68% 0.57% -
HSV(B) 25.54º 0.67% 0.86% -
XYZ 39.35 33.01 10.43 -
YUV 153.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 220 135 72 0 0.39 0.67 0.14 25.54 0.68 0.57
Hex DC 87 48 0 27 43 E 1A 44 39
Octal 334 207 110 0 47 103 16 32 104 71
Binary 11011100 10000111 1001000 0 100111 1000011 1110 11010 1000100 111001

Color Harmonies of #DC8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8748

Black with #DC8748

Text Example


Text Example

White with #DC8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8748; }

 p { color: rgb(220,135,72); }

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

background-color css

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

 a { background-color: rgb(220,135,72); }

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

border-color css

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

 span { border-color: rgb(220,135,72); }

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