Html Css Color HEX #DF754A Jaffa

📋 copy color: '#DF754A'

red 223 ◦ green 117 ◦ blue 74

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

Shades of Jaffa #DF754A

Tints of Jaffa #DF754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.87%

R = 53.86%
G = 28.26%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF754A (or 0xDF754A) is known color: Jaffa. HEX triplet: DF, 75 and 4A. RGB value is (223,117,74). Sum of RGB (Red+Green+Blue) = 223+117+74=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF754A is #208AB5. Grayscale: #909090. Windows color (decimal): -2132662 or 4879839. OLE color: 4879839.

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

Color convert

RGB 223 117 74 -
CMYK 0 0.48 0.67 0.13
HSL 17.32º 0.7% 0.58% -
HSV(B) 17.32º 0.67% 0.87% -
XYZ 38.03 28.9 10.05 -
YUV 143.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 223 117 74 0 0.48 0.67 0.13 17.32 0.7 0.58
Hex DF 75 4A 0 30 43 D 11 46 3A
Octal 337 165 112 0 60 103 15 21 106 72
Binary 11011111 1110101 1001010 0 110000 1000011 1101 10001 1000110 111010

Color Harmonies of #DF754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF754A

Black with #DF754A

Text Example


Text Example

White with #DF754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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