Html Css Color HEX #DF7E52 Jaffa

📋 copy color: '#DF7E52'

red 223 ◦ green 126 ◦ blue 82

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

Shades of Jaffa #DF7E52

Tints of Jaffa #DF7E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 51.74%
G = 29.23%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF7E52 (or 0xDF7E52) is known color: Jaffa. HEX triplet: DF, 7E and 52. RGB value is (223,126,82). Sum of RGB (Red+Green+Blue) = 223+126+82=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E52 is #2081AD. Grayscale: #969696. Windows color (decimal): -2130350 or 5406431. OLE color: 5406431.

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

Color convert

RGB 223 126 82 -
CMYK 0 0.43 0.63 0.13
HSL 18.72º 0.69% 0.6% -
HSV(B) 18.72º 0.63% 0.87% -
XYZ 39.42 31.22 11.93 -
YUV 149.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 223 126 82 0 0.43 0.63 0.13 18.72 0.69 0.6
Hex DF 7E 52 0 2B 3F D 13 45 3C
Octal 337 176 122 0 53 77 15 23 105 74
Binary 11011111 1111110 1010010 0 101011 111111 1101 10011 1000101 111100

Color Harmonies of #DF7E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E52

Black with #DF7E52

Text Example


Text Example

White with #DF7E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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