Html Css Color HEX #DF714B Jaffa

📋 copy color: '#DF714B'

red 223 ◦ green 113 ◦ blue 75

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

Shades of Jaffa #DF714B

Tints of Jaffa #DF714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

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

R = 54.26%
G = 27.49%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF714B (or 0xDF714B) is known color: Jaffa. HEX triplet: DF, 71 and 4B. RGB value is (223,113,75). Sum of RGB (Red+Green+Blue) = 223+113+75=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF714B is #208EB4. Grayscale: #8D8D8D. Windows color (decimal): -2133685 or 4944351. OLE color: 4944351.

HSL color Cylindrical-coordinate representation of color #DF714B: hue angle of 15.41º 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 #DF714B is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 75 -
CMYK 0 0.49 0.66 0.13
HSL 15.41º 0.7% 0.58% -
HSV(B) 15.41º 0.66% 0.87% -
XYZ 37.61 28.01 10.08 -
YUV 141.56 90.44 186.09 -
System Red Green Blue C M Y K H S L
Decimal 223 113 75 0 0.49 0.66 0.13 15.41 0.7 0.58
Hex DF 71 4B 0 31 42 D F 46 3A
Octal 337 161 113 0 61 102 15 17 106 72
Binary 11011111 1110001 1001011 0 110001 1000010 1101 1111 1000110 111010

Color Harmonies of #DF714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF714B

Black with #DF714B

Text Example


Text Example

White with #DF714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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