Html Css Color HEX #DD734B Jaffa

📋 copy color: '#DD734B'

red 221 ◦ green 115 ◦ blue 75

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

Shades of Jaffa #DD734B

Tints of Jaffa #DD734B

RGB

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

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

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

R = 53.77%
G = 27.98%
B = 18.25%

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

#DD734B (or 0xDD734B) is known color: Jaffa. HEX triplet: DD, 73 and 4B. RGB value is (221,115,75). Sum of RGB (Red+Green+Blue) = 221+115+75=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD734B is #228CB4. Grayscale: #8E8E8E. Windows color (decimal): -2264245 or 4944861. OLE color: 4944861.

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

Color convert

RGB 221 115 75 -
CMYK 0 0.48 0.66 0.13
HSL 16.44º 0.68% 0.58% -
HSV(B) 16.44º 0.66% 0.87% -
XYZ 37.22 28.14 10.13 -
YUV 142.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 221 115 75 0 0.48 0.66 0.13 16.44 0.68 0.58
Hex DD 73 4B 0 30 42 D 10 44 3A
Octal 335 163 113 0 60 102 15 20 104 72
Binary 11011101 1110011 1001011 0 110000 1000010 1101 10000 1000100 111010

Color Harmonies of #DD734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD734B

Black with #DD734B

Text Example


Text Example

White with #DD734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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