Html Css Color HEX #DD7A3E Jaffa

📋 copy color: '#DD7A3E'

red 221 ◦ green 122 ◦ blue 62

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

Shades of Jaffa #DD7A3E

Tints of Jaffa #DD7A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.12%

 BLUE value IS 62 (24.61% from 255) = 15.31%

R = 54.57%
G = 30.12%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD7A3E (or 0xDD7A3E) is known color: Jaffa. HEX triplet: DD, 7A and 3E. RGB value is (221,122,62). Sum of RGB (Red+Green+Blue) = 221+122+62=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A3E is #2285C1. Grayscale: #919191. Windows color (decimal): -2262466 or 4094685. OLE color: 4094685.

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

Color convert

RGB 221 122 62 -
CMYK 0 0.45 0.72 0.13
HSL 22.64º 0.7% 0.55% -
HSV(B) 22.64º 0.72% 0.87% -
XYZ 37.65 29.64 8.29 -
YUV 144.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 221 122 62 0 0.45 0.72 0.13 22.64 0.7 0.55
Hex DD 7A 3E 0 2D 48 D 17 46 37
Octal 335 172 76 0 55 110 15 27 106 67
Binary 11011101 1111010 111110 0 101101 1001000 1101 10111 1000110 110111

Color Harmonies of #DD7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A3E

Black with #DD7A3E

Text Example


Text Example

White with #DD7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A3E; }

 p { color: rgb(221,122,62); }

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

background-color css

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

 a { background-color: rgb(221,122,62); }

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

border-color css

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

 span { border-color: rgb(221,122,62); }

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