Html Css Color HEX #DC753E Jaffa

📋 copy color: '#DC753E'

red 220 ◦ green 117 ◦ blue 62

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

Shades of Jaffa #DC753E

Tints of Jaffa #DC753E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.32%

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

R = 55.14%
G = 29.32%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC753E (or 0xDC753E) is known color: Jaffa. HEX triplet: DC, 75 and 3E. RGB value is (220,117,62). Sum of RGB (Red+Green+Blue) = 220+117+62=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC753E is #238AC1. Grayscale: #8D8D8D. Windows color (decimal): -2329282 or 4093404. OLE color: 4093404.

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

Color convert

RGB 220 117 62 -
CMYK 0 0.47 0.72 0.14
HSL 20.89º 0.69% 0.55% -
HSV(B) 20.89º 0.72% 0.86% -
XYZ 36.75 28.29 8.08 -
YUV 141.53 83.12 183.97 -
System Red Green Blue C M Y K H S L
Decimal 220 117 62 0 0.47 0.72 0.14 20.89 0.69 0.55
Hex DC 75 3E 0 2F 48 E 15 45 37
Octal 334 165 76 0 57 110 16 25 105 67
Binary 11011100 1110101 111110 0 101111 1001000 1110 10101 1000101 110111

Color Harmonies of #DC753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC753E

Black with #DC753E

Text Example


Text Example

White with #DC753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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