Html Css Color HEX #DC7F50 Jaffa

📋 copy color: '#DC7F50'

red 220 ◦ green 127 ◦ blue 80

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

Shades of Jaffa #DC7F50

Tints of Jaffa #DC7F50

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

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

R = 51.52%
G = 29.74%
B = 18.74%

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

#DC7F50 (or 0xDC7F50) is known color: Jaffa. HEX triplet: DC, 7F and 50. RGB value is (220,127,80). Sum of RGB (Red+Green+Blue) = 220+127+80=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F50 is #2380AF. Grayscale: #959595. Windows color (decimal): -2326704 or 5275612. OLE color: 5275612.

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

Color convert

RGB 220 127 80 -
CMYK 0 0.42 0.64 0.14
HSL 20.14º 0.67% 0.59% -
HSV(B) 20.14º 0.64% 0.86% -
XYZ 38.55 30.97 11.54 -
YUV 149.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 220 127 80 0 0.42 0.64 0.14 20.14 0.67 0.59
Hex DC 7F 50 0 2A 40 E 14 43 3B
Octal 334 177 120 0 52 100 16 24 103 73
Binary 11011100 1111111 1010000 0 101010 1000000 1110 10100 1000011 111011

Color Harmonies of #DC7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F50

Black with #DC7F50

Text Example


Text Example

White with #DC7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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