Html Css Color HEX #DD7F54 Jaffa

📋 copy color: '#DD7F54'

red 221 ◦ green 127 ◦ blue 84

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

Shades of Jaffa #DD7F54

Tints of Jaffa #DD7F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.44%

R = 51.16%
G = 29.4%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7F54 (or 0xDD7F54) is known color: Jaffa. HEX triplet: DD, 7F and 54. RGB value is (221,127,84). Sum of RGB (Red+Green+Blue) = 221+127+84=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F54 is #2280AB. Grayscale: #969696. Windows color (decimal): -2261164 or 5537757. OLE color: 5537757.

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

Color convert

RGB 221 127 84 -
CMYK 0 0.43 0.62 0.13
HSL 18.83º 0.67% 0.6% -
HSV(B) 18.83º 0.62% 0.87% -
XYZ 39.01 31.19 12.35 -
YUV 150.2 90.64 178.5 -
System Red Green Blue C M Y K H S L
Decimal 221 127 84 0 0.43 0.62 0.13 18.83 0.67 0.6
Hex DD 7F 54 0 2B 3E D 13 43 3C
Octal 335 177 124 0 53 76 15 23 103 74
Binary 11011101 1111111 1010100 0 101011 111110 1101 10011 1000011 111100

Color Harmonies of #DD7F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F54

Black with #DD7F54

Text Example


Text Example

White with #DD7F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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