Html Css Color HEX #DF7F4E Jaffa

📋 copy color: '#DF7F4E'

red 223 ◦ green 127 ◦ blue 78

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

Shades of Jaffa #DF7F4E

Tints of Jaffa #DF7F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.22%

R = 52.1%
G = 29.67%
B = 18.22%

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

#DF7F4E (or 0xDF7F4E) is known color: Jaffa. HEX triplet: DF, 7F and 4E. RGB value is (223,127,78). Sum of RGB (Red+Green+Blue) = 223+127+78=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F4E is #2080B1. Grayscale: #969696. Windows color (decimal): -2130098 or 5144543. OLE color: 5144543.

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

Color convert

RGB 223 127 78 -
CMYK 0 0.43 0.65 0.13
HSL 20.28º 0.69% 0.59% -
HSV(B) 20.28º 0.65% 0.87% -
XYZ 39.4 31.42 11.2 -
YUV 150.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 223 127 78 0 0.43 0.65 0.13 20.28 0.69 0.59
Hex DF 7F 4E 0 2B 41 D 14 45 3B
Octal 337 177 116 0 53 101 15 24 105 73
Binary 11011111 1111111 1001110 0 101011 1000001 1101 10100 1000101 111011

Color Harmonies of #DF7F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F4E

Black with #DF7F4E

Text Example


Text Example

White with #DF7F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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