Html Css Color HEX #DD754A Jaffa

📋 copy color: '#DD754A'

red 221 ◦ green 117 ◦ blue 74

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

Shades of Jaffa #DD754A

Tints of Jaffa #DD754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 53.64%
G = 28.4%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD754A (or 0xDD754A) is known color: Jaffa. HEX triplet: DD, 75 and 4A. RGB value is (221,117,74). Sum of RGB (Red+Green+Blue) = 221+117+74=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD754A is #228AB5. Grayscale: #8F8F8F. Windows color (decimal): -2263734 or 4879837. OLE color: 4879837.

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

Color convert

RGB 221 117 74 -
CMYK 0 0.47 0.67 0.13
HSL 17.55º 0.68% 0.58% -
HSV(B) 17.55º 0.67% 0.87% -
XYZ 37.42 28.59 10.02 -
YUV 143.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 221 117 74 0 0.47 0.67 0.13 17.55 0.68 0.58
Hex DD 75 4A 0 2F 43 D 12 44 3A
Octal 335 165 112 0 57 103 15 22 104 72
Binary 11011101 1110101 1001010 0 101111 1000011 1101 10010 1000100 111010

Color Harmonies of #DD754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD754A

Black with #DD754A

Text Example


Text Example

White with #DD754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD754A; }

 p { color: rgb(221,117,74); }

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

background-color css

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

 a { background-color: rgb(221,117,74); }

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

border-color css

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

 span { border-color: rgb(221,117,74); }

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