Html Css Color HEX #DC783E Jaffa

📋 copy color: '#DC783E'

red 220 ◦ green 120 ◦ blue 62

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

Shades of Jaffa #DC783E

Tints of Jaffa #DC783E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.85%

 BLUE value IS 62 (24.61% from 255) = 15.42%

R = 54.73%
G = 29.85%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC783E (or 0xDC783E) is known color: Jaffa. HEX triplet: DC, 78 and 3E. RGB value is (220,120,62). Sum of RGB (Red+Green+Blue) = 220+120+62=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC783E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC783E is #2387C1. Grayscale: #8F8F8F. Windows color (decimal): -2328514 or 4094172. OLE color: 4094172.

HSL color Cylindrical-coordinate representation of color #DC783E: hue angle of 22.03º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC783E is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 62 -
CMYK 0 0.45 0.72 0.14
HSL 22.03º 0.69% 0.55% -
HSV(B) 22.03º 0.72% 0.86% -
XYZ 37.1 29 8.2 -
YUV 143.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 220 120 62 0 0.45 0.72 0.14 22.03 0.69 0.55
Hex DC 78 3E 0 2D 48 E 16 45 37
Octal 334 170 76 0 55 110 16 26 105 67
Binary 11011100 1111000 111110 0 101101 1001000 1110 10110 1000101 110111

Color Harmonies of #DC783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC783E

Black with #DC783E

Text Example


Text Example

White with #DC783E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC783E; }

 p { color: rgb(220,120,62); }

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

background-color css

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

 a { background-color: rgb(220,120,62); }

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

border-color css

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

 span { border-color: rgb(220,120,62); }

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