Html Css Color HEX #DD7F44 Jaffa

📋 copy color: '#DD7F44'

red 221 ◦ green 127 ◦ blue 68

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

Shades of Jaffa #DD7F44

Tints of Jaffa #DD7F44

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 53.13%
G = 30.53%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD7F44 (or 0xDD7F44) is known color: Jaffa. HEX triplet: DD, 7F and 44. RGB value is (221,127,68). Sum of RGB (Red+Green+Blue) = 221+127+68=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F44 is #2280BB. Grayscale: #949494. Windows color (decimal): -2261180 or 4489181. OLE color: 4489181.

HSL color Cylindrical-coordinate representation of color #DD7F44: hue angle of 23.14º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD7F44 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 68 -
CMYK 0 0.43 0.69 0.13
HSL 23.14º 0.69% 0.57% -
HSV(B) 23.14º 0.69% 0.87% -
XYZ 38.45 30.97 9.42 -
YUV 148.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 221 127 68 0 0.43 0.69 0.13 23.14 0.69 0.57
Hex DD 7F 44 0 2B 45 D 17 45 39
Octal 335 177 104 0 53 105 15 27 105 71
Binary 11011101 1111111 1000100 0 101011 1000101 1101 10111 1000101 111001

Color Harmonies of #DD7F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F44

Black with #DD7F44

Text Example


Text Example

White with #DD7F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F44; }

 p { color: rgb(221,127,68); }

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

background-color css

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

 a { background-color: rgb(221,127,68); }

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

border-color css

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

 span { border-color: rgb(221,127,68); }

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