Html Css Color HEX #DF753D Jaffa

📋 copy color: '#DF753D'

red 223 ◦ green 117 ◦ blue 61

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

Shades of Jaffa #DF753D

Tints of Jaffa #DF753D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.21%

R = 55.61%
G = 29.18%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF753D (or 0xDF753D) is known color: Jaffa. HEX triplet: DF, 75 and 3D. RGB value is (223,117,61). Sum of RGB (Red+Green+Blue) = 223+117+61=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF753D is #208AC2. Grayscale: #8E8E8E. Windows color (decimal): -2132675 or 4027871. OLE color: 4027871.

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

Color convert

RGB 223 117 61 -
CMYK 0 0.48 0.73 0.13
HSL 20.74º 0.72% 0.56% -
HSV(B) 20.74º 0.73% 0.87% -
XYZ 37.64 28.75 7.98 -
YUV 142.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 223 117 61 0 0.48 0.73 0.13 20.74 0.72 0.56
Hex DF 75 3D 0 30 49 D 15 48 38
Octal 337 165 75 0 60 111 15 25 110 70
Binary 11011111 1110101 111101 0 110000 1001001 1101 10101 1001000 111000

Color Harmonies of #DF753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF753D

Black with #DF753D

Text Example


Text Example

White with #DF753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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