Html Css Color HEX #DF7F54 Jaffa

📋 copy color: '#DF7F54'

red 223 ◦ green 127 ◦ blue 84

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

Shades of Jaffa #DF7F54

Tints of Jaffa #DF7F54

RGB

 RED value IS 223 (87.5% from 255) = 51.38%

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

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

R = 51.38%
G = 29.26%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF7F54 (or 0xDF7F54) is known color: Jaffa. HEX triplet: DF, 7F and 54. RGB value is (223,127,84). Sum of RGB (Red+Green+Blue) = 223+127+84=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F54 is #2080AB. Grayscale: #979797. Windows color (decimal): -2130092 or 5537759. OLE color: 5537759.

HSL color Cylindrical-coordinate representation of color #DF7F54: hue angle of 18.56º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF7F54 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 84 -
CMYK 0 0.43 0.62 0.13
HSL 18.56º 0.68% 0.6% -
HSV(B) 18.56º 0.62% 0.87% -
XYZ 39.62 31.51 12.38 -
YUV 150.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 223 127 84 0 0.43 0.62 0.13 18.56 0.68 0.6
Hex DF 7F 54 0 2B 3E D 13 44 3C
Octal 337 177 124 0 53 76 15 23 104 74
Binary 11011111 1111111 1010100 0 101011 111110 1101 10011 1000100 111100

Color Harmonies of #DF7F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F54

Black with #DF7F54

Text Example


Text Example

White with #DF7F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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