Html Css Color HEX #DC7B46 Jaffa

📋 copy color: '#DC7B46'

red 220 ◦ green 123 ◦ blue 70

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

Shades of Jaffa #DC7B46

Tints of Jaffa #DC7B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.95%

R = 53.27%
G = 29.78%
B = 16.95%

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

#DC7B46 (or 0xDC7B46) is known color: Jaffa. HEX triplet: DC, 7B and 46. RGB value is (220,123,70). Sum of RGB (Red+Green+Blue) = 220+123+70=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B46 is #2384B9. Grayscale: #929292. Windows color (decimal): -2327738 or 4619228. OLE color: 4619228.

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

Color convert

RGB 220 123 70 -
CMYK 0 0.44 0.68 0.14
HSL 21.2º 0.68% 0.57% -
HSV(B) 21.2º 0.68% 0.86% -
XYZ 37.7 29.82 9.56 -
YUV 145.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 220 123 70 0 0.44 0.68 0.14 21.2 0.68 0.57
Hex DC 7B 46 0 2C 44 E 15 44 39
Octal 334 173 106 0 54 104 16 25 104 71
Binary 11011100 1111011 1000110 0 101100 1000100 1110 10101 1000100 111001

Color Harmonies of #DC7B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B46

Black with #DC7B46

Text Example


Text Example

White with #DC7B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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