Html Css Color HEX #DF753E Jaffa

📋 copy color: '#DF753E'

red 223 ◦ green 117 ◦ blue 62

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

Shades of Jaffa #DF753E

Tints of Jaffa #DF753E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

 BLUE value IS 62 (24.61% from 255) = 15.42%

R = 55.47%
G = 29.1%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF753E (or 0xDF753E) is known color: Jaffa. HEX triplet: DF, 75 and 3E. RGB value is (223,117,62). Sum of RGB (Red+Green+Blue) = 223+117+62=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF753E is #208AC1. Grayscale: #8E8E8E. Windows color (decimal): -2132674 or 4093407. OLE color: 4093407.

HSL color Cylindrical-coordinate representation of color #DF753E: hue angle of 20.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF753E is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 62 -
CMYK 0 0.48 0.72 0.13
HSL 20.5º 0.72% 0.56% -
HSV(B) 20.5º 0.72% 0.87% -
XYZ 37.66 28.76 8.12 -
YUV 142.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 223 117 62 0 0.48 0.72 0.13 20.5 0.72 0.56
Hex DF 75 3E 0 30 48 D 14 48 38
Octal 337 165 76 0 60 110 15 24 110 70
Binary 11011111 1110101 111110 0 110000 1001000 1101 10100 1001000 111000

Color Harmonies of #DF753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF753E

Black with #DF753E

Text Example


Text Example

White with #DF753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF753E; }

 p { color: rgb(223,117,62); }

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

background-color css

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

 a { background-color: rgb(223,117,62); }

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

border-color css

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

 span { border-color: rgb(223,117,62); }

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