Html Css Color HEX #DC8046 Jaffa

📋 copy color: '#DC8046'

red 220 ◦ green 128 ◦ blue 70

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

Shades of Jaffa #DC8046

Tints of Jaffa #DC8046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

 BLUE value IS 70 (27.73% from 255) = 16.75%

R = 52.63%
G = 30.62%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC8046 (or 0xDC8046) is known color: Jaffa. HEX triplet: DC, 80 and 46. RGB value is (220,128,70). Sum of RGB (Red+Green+Blue) = 220+128+70=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8046 is #237FB9. Grayscale: #959595. Windows color (decimal): -2326458 or 4620508. OLE color: 4620508.

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

Color convert

RGB 220 128 70 -
CMYK 0 0.42 0.68 0.14
HSL 23.2º 0.68% 0.57% -
HSV(B) 23.2º 0.68% 0.86% -
XYZ 38.34 31.1 9.78 -
YUV 148.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 220 128 70 0 0.42 0.68 0.14 23.2 0.68 0.57
Hex DC 80 46 0 2A 44 E 17 44 39
Octal 334 200 106 0 52 104 16 27 104 71
Binary 11011100 10000000 1000110 0 101010 1000100 1110 10111 1000100 111001

Color Harmonies of #DC8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8046

Black with #DC8046

Text Example


Text Example

White with #DC8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8046; }

 p { color: rgb(220,128,70); }

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

background-color css

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

 a { background-color: rgb(220,128,70); }

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

border-color css

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

 span { border-color: rgb(220,128,70); }

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