Html Css Color HEX #DC7E4C Jaffa

📋 copy color: '#DC7E4C'

red 220 ◦ green 126 ◦ blue 76

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

Shades of Jaffa #DC7E4C

Tints of Jaffa #DC7E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 52.13%
G = 29.86%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC7E4C (or 0xDC7E4C) is known color: Jaffa. HEX triplet: DC, 7E and 4C. RGB value is (220,126,76). Sum of RGB (Red+Green+Blue) = 220+126+76=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E4C is #2381B3. Grayscale: #949494. Windows color (decimal): -2326964 or 5013212. OLE color: 5013212.

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

Color convert

RGB 220 126 76 -
CMYK 0 0.43 0.65 0.14
HSL 20.83º 0.67% 0.58% -
HSV(B) 20.83º 0.65% 0.86% -
XYZ 38.28 30.66 10.74 -
YUV 148.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 220 126 76 0 0.43 0.65 0.14 20.83 0.67 0.58
Hex DC 7E 4C 0 2B 41 E 15 43 3A
Octal 334 176 114 0 53 101 16 25 103 72
Binary 11011100 1111110 1001100 0 101011 1000001 1110 10101 1000011 111010

Color Harmonies of #DC7E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E4C

Black with #DC7E4C

Text Example


Text Example

White with #DC7E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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