Html Css Color HEX #DC8050 Jaffa

📋 copy color: '#DC8050'

red 220 ◦ green 128 ◦ blue 80

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

Shades of Jaffa #DC8050

Tints of Jaffa #DC8050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 51.4%
G = 29.91%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC8050 (or 0xDC8050) is known color: Jaffa. HEX triplet: DC, 80 and 50. RGB value is (220,128,80). Sum of RGB (Red+Green+Blue) = 220+128+80=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8050 is #237FAF. Grayscale: #969696. Windows color (decimal): -2326448 or 5275868. OLE color: 5275868.

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

Color convert

RGB 220 128 80 -
CMYK 0 0.42 0.64 0.14
HSL 20.57º 0.67% 0.59% -
HSV(B) 20.57º 0.64% 0.86% -
XYZ 38.68 31.23 11.58 -
YUV 150.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 220 128 80 0 0.42 0.64 0.14 20.57 0.67 0.59
Hex DC 80 50 0 2A 40 E 15 43 3B
Octal 334 200 120 0 52 100 16 25 103 73
Binary 11011100 10000000 1010000 0 101010 1000000 1110 10101 1000011 111011

Color Harmonies of #DC8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8050

Black with #DC8050

Text Example


Text Example

White with #DC8050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8050; }

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

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

background-color css

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

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

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

border-color css

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

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

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