Html Css Color HEX #DC744B Jaffa

📋 copy color: '#DC744B'

red 220 ◦ green 116 ◦ blue 75

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

Shades of Jaffa #DC744B

Tints of Jaffa #DC744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 75 (29.69% from 255) = 18.25%

R = 53.53%
G = 28.22%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC744B (or 0xDC744B) is known color: Jaffa. HEX triplet: DC, 74 and 4B. RGB value is (220,116,75). Sum of RGB (Red+Green+Blue) = 220+116+75=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC744B is #238BB4. Grayscale: #8E8E8E. Windows color (decimal): -2329525 or 4945116. OLE color: 4945116.

HSL color Cylindrical-coordinate representation of color #DC744B: hue angle of 16.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC744B is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 75 -
CMYK 0 0.47 0.66 0.14
HSL 16.97º 0.67% 0.58% -
HSV(B) 16.97º 0.66% 0.86% -
XYZ 37.03 28.21 10.15 -
YUV 142.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 220 116 75 0 0.47 0.66 0.14 16.97 0.67 0.58
Hex DC 74 4B 0 2F 42 E 11 43 3A
Octal 334 164 113 0 57 102 16 21 103 72
Binary 11011100 1110100 1001011 0 101111 1000010 1110 10001 1000011 111010

Color Harmonies of #DC744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC744B

Black with #DC744B

Text Example


Text Example

White with #DC744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC744B; }

 p { color: rgb(220,116,75); }

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

background-color css

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

 a { background-color: rgb(220,116,75); }

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

border-color css

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

 span { border-color: rgb(220,116,75); }

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