Html Css Color HEX #DC7F53 Jaffa

📋 copy color: '#DC7F53'

red 220 ◦ green 127 ◦ blue 83

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

Shades of Jaffa #DC7F53

Tints of Jaffa #DC7F53

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

 BLUE value IS 83 (32.81% from 255) = 19.3%

R = 51.16%
G = 29.53%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC7F53 (or 0xDC7F53) is known color: Jaffa. HEX triplet: DC, 7F and 53. RGB value is (220,127,83). Sum of RGB (Red+Green+Blue) = 220+127+83=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F53 is #2380AC. Grayscale: #969696. Windows color (decimal): -2326701 or 5472220. OLE color: 5472220.

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

Color convert

RGB 220 127 83 -
CMYK 0 0.42 0.62 0.14
HSL 19.27º 0.66% 0.59% -
HSV(B) 19.27º 0.62% 0.86% -
XYZ 38.67 31.02 12.13 -
YUV 149.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 220 127 83 0 0.42 0.62 0.14 19.27 0.66 0.59
Hex DC 7F 53 0 2A 3E E 13 42 3B
Octal 334 177 123 0 52 76 16 23 102 73
Binary 11011100 1111111 1010011 0 101010 111110 1110 10011 1000010 111011

Color Harmonies of #DC7F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F53

Black with #DC7F53

Text Example


Text Example

White with #DC7F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F53; }

 p { color: rgb(220,127,83); }

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

background-color css

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

 a { background-color: rgb(220,127,83); }

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

border-color css

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

 span { border-color: rgb(220,127,83); }

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