Html Css Color HEX #DF7D51 Jaffa

📋 copy color: '#DF7D51'

red 223 ◦ green 125 ◦ blue 81

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

Shades of Jaffa #DF7D51

Tints of Jaffa #DF7D51

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

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

R = 51.98%
G = 29.14%
B = 18.88%

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

#DF7D51 (or 0xDF7D51) is known color: Jaffa. HEX triplet: DF, 7D and 51. RGB value is (223,125,81). Sum of RGB (Red+Green+Blue) = 223+125+81=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D51 is #2082AE. Grayscale: #959595. Windows color (decimal): -2130607 or 5340639. OLE color: 5340639.

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

Color convert

RGB 223 125 81 -
CMYK 0 0.44 0.64 0.13
HSL 18.59º 0.69% 0.6% -
HSV(B) 18.59º 0.64% 0.87% -
XYZ 39.25 30.95 11.69 -
YUV 149.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 223 125 81 0 0.44 0.64 0.13 18.59 0.69 0.6
Hex DF 7D 51 0 2C 40 D 13 45 3C
Octal 337 175 121 0 54 100 15 23 105 74
Binary 11011111 1111101 1010001 0 101100 1000000 1101 10011 1000101 111100

Color Harmonies of #DF7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D51

Black with #DF7D51

Text Example


Text Example

White with #DF7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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