Html Css Color HEX #DD734C Jaffa

📋 copy color: '#DD734C'

red 221 ◦ green 115 ◦ blue 76

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

Shades of Jaffa #DD734C

Tints of Jaffa #DD734C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.91%

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

R = 53.64%
G = 27.91%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD734C (or 0xDD734C) is known color: Jaffa. HEX triplet: DD, 73 and 4C. RGB value is (221,115,76). Sum of RGB (Red+Green+Blue) = 221+115+76=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD734C is #228CB3. Grayscale: #8E8E8E. Windows color (decimal): -2264244 or 5010397. OLE color: 5010397.

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

Color convert

RGB 221 115 76 -
CMYK 0 0.48 0.66 0.13
HSL 16.14º 0.68% 0.58% -
HSV(B) 16.14º 0.66% 0.87% -
XYZ 37.25 28.16 10.31 -
YUV 142.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 221 115 76 0 0.48 0.66 0.13 16.14 0.68 0.58
Hex DD 73 4C 0 30 42 D 10 44 3A
Octal 335 163 114 0 60 102 15 20 104 72
Binary 11011101 1110011 1001100 0 110000 1000010 1101 10000 1000100 111010

Color Harmonies of #DD734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD734C

Black with #DD734C

Text Example


Text Example

White with #DD734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD734C; }

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

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

background-color css

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

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

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

border-color css

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

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

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