Html Css Color HEX #DC783C Jaffa

📋 copy color: '#DC783C'

red 220 ◦ green 120 ◦ blue 60

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

Shades of Jaffa #DC783C

Tints of Jaffa #DC783C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15%

R = 55%
G = 30%
B = 15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC783C (or 0xDC783C) is known color: Jaffa. HEX triplet: DC, 78 and 3C. RGB value is (220,120,60). Sum of RGB (Red+Green+Blue) = 220+120+60=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC783C is #2387C3. Grayscale: #8F8F8F. Windows color (decimal): -2328516 or 3963100. OLE color: 3963100.

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

Color convert

RGB 220 120 60 -
CMYK 0 0.45 0.73 0.14
HSL 22.5º 0.7% 0.55% -
HSV(B) 22.5º 0.73% 0.86% -
XYZ 37.05 28.97 7.92 -
YUV 143.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 220 120 60 0 0.45 0.73 0.14 22.5 0.7 0.55
Hex DC 78 3C 0 2D 49 E 16 46 37
Octal 334 170 74 0 55 111 16 26 106 67
Binary 11011100 1111000 111100 0 101101 1001001 1110 10110 1000110 110111

Color Harmonies of #DC783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC783C

Black with #DC783C

Text Example


Text Example

White with #DC783C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC783C; }

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

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

background-color css

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

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

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

border-color css

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

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

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