Html Css Color HEX #DD8045 Jaffa

📋 copy color: '#DD8045'

red 221 ◦ green 128 ◦ blue 69

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

Shades of Jaffa #DD8045

Tints of Jaffa #DD8045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 52.87%
G = 30.62%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD8045 (or 0xDD8045) is known color: Jaffa. HEX triplet: DD, 80 and 45. RGB value is (221,128,69). Sum of RGB (Red+Green+Blue) = 221+128+69=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8045 is #227FBA. Grayscale: #959595. Windows color (decimal): -2260923 or 4554973. OLE color: 4554973.

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

Color convert

RGB 221 128 69 -
CMYK 0 0.42 0.69 0.13
HSL 23.29º 0.69% 0.57% -
HSV(B) 23.29º 0.69% 0.87% -
XYZ 38.61 31.24 9.63 -
YUV 149.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 221 128 69 0 0.42 0.69 0.13 23.29 0.69 0.57
Hex DD 80 45 0 2A 45 D 17 45 39
Octal 335 200 105 0 52 105 15 27 105 71
Binary 11011101 10000000 1000101 0 101010 1000101 1101 10111 1000101 111001

Color Harmonies of #DD8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8045

Black with #DD8045

Text Example


Text Example

White with #DD8045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8045; }

 p { color: rgb(221,128,69); }

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

background-color css

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

 a { background-color: rgb(221,128,69); }

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

border-color css

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

 span { border-color: rgb(221,128,69); }

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