Html Css Color HEX #DF7C4C Jaffa

📋 copy color: '#DF7C4C'

red 223 ◦ green 124 ◦ blue 76

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

Shades of Jaffa #DF7C4C

Tints of Jaffa #DF7C4C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 52.72%
G = 29.31%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF7C4C (or 0xDF7C4C) is known color: Jaffa. HEX triplet: DF, 7C and 4C. RGB value is (223,124,76). Sum of RGB (Red+Green+Blue) = 223+124+76=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7C4C is #2083B3. Grayscale: #949494. Windows color (decimal): -2130868 or 5012703. OLE color: 5012703.

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

Color convert

RGB 223 124 76 -
CMYK 0 0.44 0.66 0.13
HSL 19.59º 0.7% 0.59% -
HSV(B) 19.59º 0.66% 0.87% -
XYZ 38.94 30.63 10.7 -
YUV 148.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 223 124 76 0 0.44 0.66 0.13 19.59 0.7 0.59
Hex DF 7C 4C 0 2C 42 D 14 46 3B
Octal 337 174 114 0 54 102 15 24 106 73
Binary 11011111 1111100 1001100 0 101100 1000010 1101 10100 1000110 111011

Color Harmonies of #DF7C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C4C

Black with #DF7C4C

Text Example


Text Example

White with #DF7C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C4C; }

 p { color: rgb(223,124,76); }

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

background-color css

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

 a { background-color: rgb(223,124,76); }

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

border-color css

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

 span { border-color: rgb(223,124,76); }

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