Html Css Color HEX #DD774B Jaffa

📋 copy color: '#DD774B'

red 221 ◦ green 119 ◦ blue 75

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

Shades of Jaffa #DD774B

Tints of Jaffa #DD774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.07%

R = 53.25%
G = 28.67%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD774B (or 0xDD774B) is known color: Jaffa. HEX triplet: DD, 77 and 4B. RGB value is (221,119,75). Sum of RGB (Red+Green+Blue) = 221+119+75=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD774B is #2288B4. Grayscale: #909090. Windows color (decimal): -2263221 or 4945885. OLE color: 4945885.

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

Color convert

RGB 221 119 75 -
CMYK 0 0.46 0.66 0.13
HSL 18.08º 0.68% 0.58% -
HSV(B) 18.08º 0.66% 0.87% -
XYZ 37.69 29.07 10.28 -
YUV 144.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 221 119 75 0 0.46 0.66 0.13 18.08 0.68 0.58
Hex DD 77 4B 0 2E 42 D 12 44 3A
Octal 335 167 113 0 56 102 15 22 104 72
Binary 11011101 1110111 1001011 0 101110 1000010 1101 10010 1000100 111010

Color Harmonies of #DD774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD774B

Black with #DD774B

Text Example


Text Example

White with #DD774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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