Html Css Color HEX #DC7948 Jaffa

📋 copy color: '#DC7948'

red 220 ◦ green 121 ◦ blue 72

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

Shades of Jaffa #DC7948

Tints of Jaffa #DC7948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

 BLUE value IS 72 (28.52% from 255) = 17.43%

R = 53.27%
G = 29.3%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7948 (or 0xDC7948) is known color: Jaffa. HEX triplet: DC, 79 and 48. RGB value is (220,121,72). Sum of RGB (Red+Green+Blue) = 220+121+72=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7948 is #2386B7. Grayscale: #919191. Windows color (decimal): -2328248 or 4749788. OLE color: 4749788.

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

Color convert

RGB 220 121 72 -
CMYK 0 0.45 0.67 0.14
HSL 19.86º 0.68% 0.57% -
HSV(B) 19.86º 0.67% 0.86% -
XYZ 37.52 29.36 9.82 -
YUV 145.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 220 121 72 0 0.45 0.67 0.14 19.86 0.68 0.57
Hex DC 79 48 0 2D 43 E 14 44 39
Octal 334 171 110 0 55 103 16 24 104 71
Binary 11011100 1111001 1001000 0 101101 1000011 1110 10100 1000100 111001

Color Harmonies of #DC7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7948

Black with #DC7948

Text Example


Text Example

White with #DC7948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7948; }

 p { color: rgb(220,121,72); }

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

background-color css

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

 a { background-color: rgb(220,121,72); }

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

border-color css

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

 span { border-color: rgb(220,121,72); }

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