Html Css Color HEX #DD774C Jaffa

📋 copy color: '#DD774C'

red 221 ◦ green 119 ◦ blue 76

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

Shades of Jaffa #DD774C

Tints of Jaffa #DD774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.27%

R = 53.13%
G = 28.61%
B = 18.27%

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

#DD774C (or 0xDD774C) is known color: Jaffa. HEX triplet: DD, 77 and 4C. RGB value is (221,119,76). Sum of RGB (Red+Green+Blue) = 221+119+76=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD774C is #2288B3. Grayscale: #909090. Windows color (decimal): -2263220 or 5011421. OLE color: 5011421.

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

Color convert

RGB 221 119 76 -
CMYK 0 0.46 0.66 0.13
HSL 17.79º 0.68% 0.58% -
HSV(B) 17.79º 0.66% 0.87% -
XYZ 37.72 29.09 10.46 -
YUV 144.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 221 119 76 0 0.46 0.66 0.13 17.79 0.68 0.58
Hex DD 77 4C 0 2E 42 D 12 44 3A
Octal 335 167 114 0 56 102 15 22 104 72
Binary 11011101 1110111 1001100 0 101110 1000010 1101 10010 1000100 111010

Color Harmonies of #DD774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD774C

Black with #DD774C

Text Example


Text Example

White with #DD774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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