Html Css Color HEX #DD714C Jaffa

📋 copy color: '#DD714C'

red 221 ◦ green 113 ◦ blue 76

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

Shades of Jaffa #DD714C

Tints of Jaffa #DD714C

RGB

 RED value IS 221 (86.72% from 255) = 53.9%

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

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

R = 53.9%
G = 27.56%
B = 18.54%

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

#DD714C (or 0xDD714C) is known color: Jaffa. HEX triplet: DD, 71 and 4C. RGB value is (221,113,76). Sum of RGB (Red+Green+Blue) = 221+113+76=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD714C is #228EB3. Grayscale: #8D8D8D. Windows color (decimal): -2264756 or 5009885. OLE color: 5009885.

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

Color convert

RGB 221 113 76 -
CMYK 0 0.49 0.66 0.13
HSL 15.31º 0.68% 0.58% -
HSV(B) 15.31º 0.66% 0.87% -
XYZ 37.03 27.7 10.23 -
YUV 141.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 221 113 76 0 0.49 0.66 0.13 15.31 0.68 0.58
Hex DD 71 4C 0 31 42 D F 44 3A
Octal 335 161 114 0 61 102 15 17 104 72
Binary 11011101 1110001 1001100 0 110001 1000010 1101 1111 1000100 111010

Color Harmonies of #DD714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD714C

Black with #DD714C

Text Example


Text Example

White with #DD714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD714C; }

 p { color: rgb(221,113,76); }

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

background-color css

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

 a { background-color: rgb(221,113,76); }

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

border-color css

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

 span { border-color: rgb(221,113,76); }

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