Html Css Color HEX #DD7C51 Jaffa

📋 copy color: '#DD7C51'

red 221 ◦ green 124 ◦ blue 81

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

Shades of Jaffa #DD7C51

Tints of Jaffa #DD7C51

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

 BLUE value IS 81 (32.03% from 255) = 19.01%

R = 51.88%
G = 29.11%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD7C51 (or 0xDD7C51) is known color: Jaffa. HEX triplet: DD, 7C and 51. RGB value is (221,124,81). Sum of RGB (Red+Green+Blue) = 221+124+81=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C51 is #2283AE. Grayscale: #949494. Windows color (decimal): -2261935 or 5340381. OLE color: 5340381.

HSL color Cylindrical-coordinate representation of color #DD7C51: hue angle of 18.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD7C51 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 124 81 -
CMYK 0 0.44 0.63 0.13
HSL 18.43º 0.67% 0.59% -
HSV(B) 18.43º 0.63% 0.87% -
XYZ 38.51 30.38 11.62 -
YUV 148.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 221 124 81 0 0.44 0.63 0.13 18.43 0.67 0.59
Hex DD 7C 51 0 2C 3F D 12 43 3B
Octal 335 174 121 0 54 77 15 22 103 73
Binary 11011101 1111100 1010001 0 101100 111111 1101 10010 1000011 111011

Color Harmonies of #DD7C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C51

Black with #DD7C51

Text Example


Text Example

White with #DD7C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C51; }

 p { color: rgb(221,124,81); }

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

background-color css

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

 a { background-color: rgb(221,124,81); }

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

border-color css

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

 span { border-color: rgb(221,124,81); }

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