Html Css Color HEX #DF7F4D Jaffa

📋 copy color: '#DF7F4D'

red 223 ◦ green 127 ◦ blue 77

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

Shades of Jaffa #DF7F4D

Tints of Jaffa #DF7F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 52.22%
G = 29.74%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF7F4D (or 0xDF7F4D) is known color: Jaffa. HEX triplet: DF, 7F and 4D. RGB value is (223,127,77). Sum of RGB (Red+Green+Blue) = 223+127+77=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F4D is #2080B2. Grayscale: #969696. Windows color (decimal): -2130099 or 5079007. OLE color: 5079007.

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

Color convert

RGB 223 127 77 -
CMYK 0 0.43 0.65 0.13
HSL 20.55º 0.7% 0.59% -
HSV(B) 20.55º 0.65% 0.87% -
XYZ 39.36 31.4 11.01 -
YUV 150 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 223 127 77 0 0.43 0.65 0.13 20.55 0.7 0.59
Hex DF 7F 4D 0 2B 41 D 15 46 3B
Octal 337 177 115 0 53 101 15 25 106 73
Binary 11011111 1111111 1001101 0 101011 1000001 1101 10101 1000110 111011

Color Harmonies of #DF7F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F4D

Black with #DF7F4D

Text Example


Text Example

White with #DF7F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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