Html Css Color HEX #DC724B Jaffa

📋 copy color: '#DC724B'

red 220 ◦ green 114 ◦ blue 75

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

Shades of Jaffa #DC724B

Tints of Jaffa #DC724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

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

R = 53.79%
G = 27.87%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC724B (or 0xDC724B) is known color: Jaffa. HEX triplet: DC, 72 and 4B. RGB value is (220,114,75). Sum of RGB (Red+Green+Blue) = 220+114+75=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC724B is #238DB4. Grayscale: #8D8D8D. Windows color (decimal): -2330037 or 4944604. OLE color: 4944604.

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

Color convert

RGB 220 114 75 -
CMYK 0 0.48 0.66 0.14
HSL 16.14º 0.67% 0.58% -
HSV(B) 16.14º 0.66% 0.86% -
XYZ 36.8 27.76 10.07 -
YUV 141.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 220 114 75 0 0.48 0.66 0.14 16.14 0.67 0.58
Hex DC 72 4B 0 30 42 E 10 43 3A
Octal 334 162 113 0 60 102 16 20 103 72
Binary 11011100 1110010 1001011 0 110000 1000010 1110 10000 1000011 111010

Color Harmonies of #DC724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC724B

Black with #DC724B

Text Example


Text Example

White with #DC724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC724B; }

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

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

background-color css

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

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

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

border-color css

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

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

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