Html Css Color HEX #DC7750 Jaffa

📋 copy color: '#DC7750'

red 220 ◦ green 119 ◦ blue 80

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

Shades of Jaffa #DC7750

Tints of Jaffa #DC7750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.4%

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

R = 52.51%
G = 28.4%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC7750 (or 0xDC7750) is known color: Jaffa. HEX triplet: DC, 77 and 50. RGB value is (220,119,80). Sum of RGB (Red+Green+Blue) = 220+119+80=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7750 is #2388AF. Grayscale: #919191. Windows color (decimal): -2328752 or 5273564. OLE color: 5273564.

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

Color convert

RGB 220 119 80 -
CMYK 0 0.46 0.64 0.14
HSL 16.71º 0.67% 0.59% -
HSV(B) 16.71º 0.64% 0.86% -
XYZ 37.56 28.99 11.21 -
YUV 144.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 220 119 80 0 0.46 0.64 0.14 16.71 0.67 0.59
Hex DC 77 50 0 2E 40 E 11 43 3B
Octal 334 167 120 0 56 100 16 21 103 73
Binary 11011100 1110111 1010000 0 101110 1000000 1110 10001 1000011 111011

Color Harmonies of #DC7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7750

Black with #DC7750

Text Example


Text Example

White with #DC7750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7750; }

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

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

background-color css

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

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

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

border-color css

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

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

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