Html Css Color HEX #DF7C4B Jaffa

📋 copy color: '#DF7C4B'

red 223 ◦ green 124 ◦ blue 75

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

Shades of Jaffa #DF7C4B

Tints of Jaffa #DF7C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.77%

R = 52.84%
G = 29.38%
B = 17.77%

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

#DF7C4B (or 0xDF7C4B) is known color: Jaffa. HEX triplet: DF, 7C and 4B. RGB value is (223,124,75). Sum of RGB (Red+Green+Blue) = 223+124+75=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7C4B is #2083B4. Grayscale: #949494. Windows color (decimal): -2130869 or 4947167. OLE color: 4947167.

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

Color convert

RGB 223 124 75 -
CMYK 0 0.44 0.66 0.13
HSL 19.86º 0.7% 0.58% -
HSV(B) 19.86º 0.66% 0.87% -
XYZ 38.91 30.61 10.51 -
YUV 148.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 223 124 75 0 0.44 0.66 0.13 19.86 0.7 0.58
Hex DF 7C 4B 0 2C 42 D 14 46 3A
Octal 337 174 113 0 54 102 15 24 106 72
Binary 11011111 1111100 1001011 0 101100 1000010 1101 10100 1000110 111010

Color Harmonies of #DF7C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C4B

Black with #DF7C4B

Text Example


Text Example

White with #DF7C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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