Html Css Color HEX #DC7E45 Jaffa

📋 copy color: '#DC7E45'

red 220 ◦ green 126 ◦ blue 69

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

Shades of Jaffa #DC7E45

Tints of Jaffa #DC7E45

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.36%

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 53.01%
G = 30.36%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC7E45 (or 0xDC7E45) is known color: Jaffa. HEX triplet: DC, 7E and 45. RGB value is (220,126,69). Sum of RGB (Red+Green+Blue) = 220+126+69=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E45 is #2381BA. Grayscale: #939393. Windows color (decimal): -2326971 or 4554460. OLE color: 4554460.

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

Color convert

RGB 220 126 69 -
CMYK 0 0.43 0.69 0.14
HSL 22.65º 0.68% 0.57% -
HSV(B) 22.65º 0.69% 0.86% -
XYZ 38.05 30.57 9.52 -
YUV 147.61 83.64 179.63 -
System Red Green Blue C M Y K H S L
Decimal 220 126 69 0 0.43 0.69 0.14 22.65 0.68 0.57
Hex DC 7E 45 0 2B 45 E 17 44 39
Octal 334 176 105 0 53 105 16 27 104 71
Binary 11011100 1111110 1000101 0 101011 1000101 1110 10111 1000100 111001

Color Harmonies of #DC7E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E45

Black with #DC7E45

Text Example


Text Example

White with #DC7E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E45; }

 p { color: rgb(220,126,69); }

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

background-color css

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

 a { background-color: rgb(220,126,69); }

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

border-color css

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

 span { border-color: rgb(220,126,69); }

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