Html Css Color HEX #DF7E51 Jaffa

📋 copy color: '#DF7E51'

red 223 ◦ green 126 ◦ blue 81

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

Shades of Jaffa #DF7E51

Tints of Jaffa #DF7E51

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

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

R = 51.86%
G = 29.3%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF7E51 (or 0xDF7E51) is known color: Jaffa. HEX triplet: DF, 7E and 51. RGB value is (223,126,81). Sum of RGB (Red+Green+Blue) = 223+126+81=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E51 is #2081AE. Grayscale: #969696. Windows color (decimal): -2130351 or 5340895. OLE color: 5340895.

HSL color Cylindrical-coordinate representation of color #DF7E51: hue angle of 19.01º 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 #DF7E51 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 126 81 -
CMYK 0 0.43 0.64 0.13
HSL 19.01º 0.69% 0.6% -
HSV(B) 19.01º 0.64% 0.87% -
XYZ 39.38 31.2 11.73 -
YUV 149.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 223 126 81 0 0.43 0.64 0.13 19.01 0.69 0.6
Hex DF 7E 51 0 2B 40 D 13 45 3C
Octal 337 176 121 0 53 100 15 23 105 74
Binary 11011111 1111110 1010001 0 101011 1000000 1101 10011 1000101 111100

Color Harmonies of #DF7E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E51

Black with #DF7E51

Text Example


Text Example

White with #DF7E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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