Html Css Color HEX #DC7850 Jaffa

📋 copy color: '#DC7850'

red 220 ◦ green 120 ◦ blue 80

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

Shades of Jaffa #DC7850

Tints of Jaffa #DC7850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.57%

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

R = 52.38%
G = 28.57%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC7850 (or 0xDC7850) is known color: Jaffa. HEX triplet: DC, 78 and 50. RGB value is (220,120,80). Sum of RGB (Red+Green+Blue) = 220+120+80=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7850 is #2387AF. Grayscale: #919191. Windows color (decimal): -2328496 or 5273820. OLE color: 5273820.

HSL color Cylindrical-coordinate representation of color #DC7850: hue angle of 17.14º 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 #DC7850 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 80 -
CMYK 0 0.45 0.64 0.14
HSL 17.14º 0.67% 0.59% -
HSV(B) 17.14º 0.64% 0.86% -
XYZ 37.68 29.23 11.25 -
YUV 145.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 220 120 80 0 0.45 0.64 0.14 17.14 0.67 0.59
Hex DC 78 50 0 2D 40 E 11 43 3B
Octal 334 170 120 0 55 100 16 21 103 73
Binary 11011100 1111000 1010000 0 101101 1000000 1110 10001 1000011 111011

Color Harmonies of #DC7850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7850

Black with #DC7850

Text Example


Text Example

White with #DC7850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7850; }

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

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

background-color css

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

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

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

border-color css

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

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

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