Html Css Color HEX #DF7C51 Jaffa

📋 copy color: '#DF7C51'

red 223 ◦ green 124 ◦ blue 81

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

Shades of Jaffa #DF7C51

Tints of Jaffa #DF7C51

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.97%

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 52.1%
G = 28.97%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF7C51 (or 0xDF7C51) is known color: Jaffa. HEX triplet: DF, 7C and 51. RGB value is (223,124,81). Sum of RGB (Red+Green+Blue) = 223+124+81=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C51 is #2083AE. Grayscale: #949494. Windows color (decimal): -2130863 or 5340383. OLE color: 5340383.

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

Color convert

RGB 223 124 81 -
CMYK 0 0.44 0.64 0.13
HSL 18.17º 0.69% 0.6% -
HSV(B) 18.17º 0.64% 0.87% -
XYZ 39.12 30.7 11.65 -
YUV 148.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 223 124 81 0 0.44 0.64 0.13 18.17 0.69 0.6
Hex DF 7C 51 0 2C 40 D 12 45 3C
Octal 337 174 121 0 54 100 15 22 105 74
Binary 11011111 1111100 1010001 0 101100 1000000 1101 10010 1000101 111100

Color Harmonies of #DF7C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C51

Black with #DF7C51

Text Example


Text Example

White with #DF7C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C51; }

 p { color: rgb(223,124,81); }

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

background-color css

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

 a { background-color: rgb(223,124,81); }

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

border-color css

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

 span { border-color: rgb(223,124,81); }

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