Html Css Color HEX #DD774A Jaffa

📋 copy color: '#DD774A'

red 221 ◦ green 119 ◦ blue 74

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

Shades of Jaffa #DD774A

Tints of Jaffa #DD774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

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

R = 53.38%
G = 28.74%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD774A (or 0xDD774A) is known color: Jaffa. HEX triplet: DD, 77 and 4A. RGB value is (221,119,74). Sum of RGB (Red+Green+Blue) = 221+119+74=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD774A is #2288B5. Grayscale: #909090. Windows color (decimal): -2263222 or 4880349. OLE color: 4880349.

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

Color convert

RGB 221 119 74 -
CMYK 0 0.46 0.67 0.13
HSL 18.37º 0.68% 0.58% -
HSV(B) 18.37º 0.67% 0.87% -
XYZ 37.65 29.06 10.1 -
YUV 144.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 221 119 74 0 0.46 0.67 0.13 18.37 0.68 0.58
Hex DD 77 4A 0 2E 43 D 12 44 3A
Octal 335 167 112 0 56 103 15 22 104 72
Binary 11011101 1110111 1001010 0 101110 1000011 1101 10010 1000100 111010

Color Harmonies of #DD774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD774A

Black with #DD774A

Text Example


Text Example

White with #DD774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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