Html Css Color HEX #DC7F54 Jaffa

📋 copy color: '#DC7F54'

red 220 ◦ green 127 ◦ blue 84

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

Shades of Jaffa #DC7F54

Tints of Jaffa #DC7F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.49%

R = 51.04%
G = 29.47%
B = 19.49%

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

#DC7F54 (or 0xDC7F54) is known color: Jaffa. HEX triplet: DC, 7F and 54. RGB value is (220,127,84). Sum of RGB (Red+Green+Blue) = 220+127+84=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F54 is #2380AB. Grayscale: #969696. Windows color (decimal): -2326700 or 5537756. OLE color: 5537756.

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

Color convert

RGB 220 127 84 -
CMYK 0 0.42 0.62 0.14
HSL 18.97º 0.66% 0.6% -
HSV(B) 18.97º 0.62% 0.86% -
XYZ 38.7 31.03 12.34 -
YUV 149.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 220 127 84 0 0.42 0.62 0.14 18.97 0.66 0.6
Hex DC 7F 54 0 2A 3E E 13 42 3C
Octal 334 177 124 0 52 76 16 23 102 74
Binary 11011100 1111111 1010100 0 101010 111110 1110 10011 1000010 111100

Color Harmonies of #DC7F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F54

Black with #DC7F54

Text Example


Text Example

White with #DC7F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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