Html Css Color HEX #DD733F Jaffa

📋 copy color: '#DD733F'

red 221 ◦ green 115 ◦ blue 63

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

Shades of Jaffa #DD733F

Tints of Jaffa #DD733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.79%

R = 55.39%
G = 28.82%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD733F (or 0xDD733F) is known color: Jaffa. HEX triplet: DD, 73 and 3F. RGB value is (221,115,63). Sum of RGB (Red+Green+Blue) = 221+115+63=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD733F is #228CC0. Grayscale: #8D8D8D. Windows color (decimal): -2264257 or 4158429. OLE color: 4158429.

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

Color convert

RGB 221 115 63 -
CMYK 0 0.48 0.71 0.13
HSL 19.75º 0.7% 0.56% -
HSV(B) 19.75º 0.71% 0.87% -
XYZ 36.85 27.99 8.16 -
YUV 140.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 221 115 63 0 0.48 0.71 0.13 19.75 0.7 0.56
Hex DD 73 3F 0 30 47 D 14 46 38
Octal 335 163 77 0 60 107 15 24 106 70
Binary 11011101 1110011 111111 0 110000 1000111 1101 10100 1000110 111000

Color Harmonies of #DD733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD733F

Black with #DD733F

Text Example


Text Example

White with #DD733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD733F; }

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

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

background-color css

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

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

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

border-color css

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

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

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