Html Css Color HEX #DC7B47 Jaffa

📋 copy color: '#DC7B47'

red 220 ◦ green 123 ◦ blue 71

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

Shades of Jaffa #DC7B47

Tints of Jaffa #DC7B47

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.71%

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

R = 53.14%
G = 29.71%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7B47 (or 0xDC7B47) is known color: Jaffa. HEX triplet: DC, 7B and 47. RGB value is (220,123,71). Sum of RGB (Red+Green+Blue) = 220+123+71=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B47 is #2384B8. Grayscale: #929292. Windows color (decimal): -2327737 or 4684764. OLE color: 4684764.

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

Color convert

RGB 220 123 71 -
CMYK 0 0.44 0.68 0.14
HSL 20.94º 0.68% 0.57% -
HSV(B) 20.94º 0.68% 0.86% -
XYZ 37.74 29.84 9.73 -
YUV 146.08 85.64 180.73 -
System Red Green Blue C M Y K H S L
Decimal 220 123 71 0 0.44 0.68 0.14 20.94 0.68 0.57
Hex DC 7B 47 0 2C 44 E 15 44 39
Octal 334 173 107 0 54 104 16 25 104 71
Binary 11011100 1111011 1000111 0 101100 1000100 1110 10101 1000100 111001

Color Harmonies of #DC7B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B47

Black with #DC7B47

Text Example


Text Example

White with #DC7B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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