Html Css Color HEX #DC7F4F Jaffa

📋 copy color: '#DC7F4F'

red 220 ◦ green 127 ◦ blue 79

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

Shades of Jaffa #DC7F4F

Tints of Jaffa #DC7F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.54%

R = 51.64%
G = 29.81%
B = 18.54%

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

#DC7F4F (or 0xDC7F4F) is known color: Jaffa. HEX triplet: DC, 7F and 4F. RGB value is (220,127,79). Sum of RGB (Red+Green+Blue) = 220+127+79=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F4F is #2380B0. Grayscale: #959595. Windows color (decimal): -2326705 or 5210076. OLE color: 5210076.

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

Color convert

RGB 220 127 79 -
CMYK 0 0.42 0.64 0.14
HSL 20.43º 0.67% 0.59% -
HSV(B) 20.43º 0.64% 0.86% -
XYZ 38.52 30.96 11.34 -
YUV 149.34 88.31 178.4 -
System Red Green Blue C M Y K H S L
Decimal 220 127 79 0 0.42 0.64 0.14 20.43 0.67 0.59
Hex DC 7F 4F 0 2A 40 E 14 43 3B
Octal 334 177 117 0 52 100 16 24 103 73
Binary 11011100 1111111 1001111 0 101010 1000000 1110 10100 1000011 111011

Color Harmonies of #DC7F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F4F

Black with #DC7F4F

Text Example


Text Example

White with #DC7F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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