Html Css Color HEX #DC7F47 Jaffa

📋 copy color: '#DC7F47'

red 220 ◦ green 127 ◦ blue 71

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

Shades of Jaffa #DC7F47

Tints of Jaffa #DC7F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.99%

R = 52.63%
G = 30.38%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7F47 (or 0xDC7F47) is known color: Jaffa. HEX triplet: DC, 7F and 47. RGB value is (220,127,71). Sum of RGB (Red+Green+Blue) = 220+127+71=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F47 is #2380B8. Grayscale: #949494. Windows color (decimal): -2326713 or 4685788. OLE color: 4685788.

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

Color convert

RGB 220 127 71 -
CMYK 0 0.42 0.68 0.14
HSL 22.55º 0.68% 0.57% -
HSV(B) 22.55º 0.68% 0.86% -
XYZ 38.24 30.85 9.9 -
YUV 148.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 220 127 71 0 0.42 0.68 0.14 22.55 0.68 0.57
Hex DC 7F 47 0 2A 44 E 17 44 39
Octal 334 177 107 0 52 104 16 27 104 71
Binary 11011100 1111111 1000111 0 101010 1000100 1110 10111 1000100 111001

Color Harmonies of #DC7F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F47

Black with #DC7F47

Text Example


Text Example

White with #DC7F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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