Html Css Color HEX #DD7E53 Jaffa

📋 copy color: '#DD7E53'

red 221 ◦ green 126 ◦ blue 83

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

Shades of Jaffa #DD7E53

Tints of Jaffa #DD7E53

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 83 (32.81% from 255) = 19.3%

R = 51.4%
G = 29.3%
B = 19.3%

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

#DD7E53 (or 0xDD7E53) is known color: Jaffa. HEX triplet: DD, 7E and 53. RGB value is (221,126,83). Sum of RGB (Red+Green+Blue) = 221+126+83=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E53 is #2281AC. Grayscale: #959595. Windows color (decimal): -2261421 or 5471965. OLE color: 5471965.

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

Color convert

RGB 221 126 83 -
CMYK 0 0.43 0.62 0.13
HSL 18.7º 0.67% 0.6% -
HSV(B) 18.7º 0.62% 0.87% -
XYZ 38.84 30.92 12.1 -
YUV 149.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 221 126 83 0 0.43 0.62 0.13 18.7 0.67 0.6
Hex DD 7E 53 0 2B 3E D 13 43 3C
Octal 335 176 123 0 53 76 15 23 103 74
Binary 11011101 1111110 1010011 0 101011 111110 1101 10011 1000011 111100

Color Harmonies of #DD7E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E53

Black with #DD7E53

Text Example


Text Example

White with #DD7E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E53; }

 p { color: rgb(221,126,83); }

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

background-color css

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

 a { background-color: rgb(221,126,83); }

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

border-color css

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

 span { border-color: rgb(221,126,83); }

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