Html Css Color HEX #DC7C4A Jaffa

📋 copy color: '#DC7C4A'

red 220 ◦ green 124 ◦ blue 74

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

Shades of Jaffa #DC7C4A

Tints of Jaffa #DC7C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

 BLUE value IS 74 (29.3% from 255) = 17.7%

R = 52.63%
G = 29.67%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC7C4A (or 0xDC7C4A) is known color: Jaffa. HEX triplet: DC, 7C and 4A. RGB value is (220,124,74). Sum of RGB (Red+Green+Blue) = 220+124+74=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7C4A is #2383B5. Grayscale: #939393. Windows color (decimal): -2327478 or 4881628. OLE color: 4881628.

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

Color convert

RGB 220 124 74 -
CMYK 0 0.44 0.66 0.14
HSL 20.55º 0.68% 0.58% -
HSV(B) 20.55º 0.66% 0.86% -
XYZ 37.96 30.13 10.29 -
YUV 147 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 220 124 74 0 0.44 0.66 0.14 20.55 0.68 0.58
Hex DC 7C 4A 0 2C 42 E 15 44 3A
Octal 334 174 112 0 54 102 16 25 104 72
Binary 11011100 1111100 1001010 0 101100 1000010 1110 10101 1000100 111010

Color Harmonies of #DC7C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C4A

Black with #DC7C4A

Text Example


Text Example

White with #DC7C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C4A; }

 p { color: rgb(220,124,74); }

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

background-color css

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

 a { background-color: rgb(220,124,74); }

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

border-color css

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

 span { border-color: rgb(220,124,74); }

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