Html Css Color HEX #DD763E Jaffa

📋 copy color: '#DD763E'

red 221 ◦ green 118 ◦ blue 62

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

Shades of Jaffa #DD763E

Tints of Jaffa #DD763E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.43%

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 55.11%
G = 29.43%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD763E (or 0xDD763E) is known color: Jaffa. HEX triplet: DD, 76 and 3E. RGB value is (221,118,62). Sum of RGB (Red+Green+Blue) = 221+118+62=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD763E is #2289C1. Grayscale: #8E8E8E. Windows color (decimal): -2263490 or 4093661. OLE color: 4093661.

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

Color convert

RGB 221 118 62 -
CMYK 0 0.47 0.72 0.13
HSL 21.13º 0.7% 0.55% -
HSV(B) 21.13º 0.72% 0.87% -
XYZ 37.17 28.68 8.13 -
YUV 142.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 221 118 62 0 0.47 0.72 0.13 21.13 0.7 0.55
Hex DD 76 3E 0 2F 48 D 15 46 37
Octal 335 166 76 0 57 110 15 25 106 67
Binary 11011101 1110110 111110 0 101111 1001000 1101 10101 1000110 110111

Color Harmonies of #DD763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD763E

Black with #DD763E

Text Example


Text Example

White with #DD763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD763E; }

 p { color: rgb(221,118,62); }

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

background-color css

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

 a { background-color: rgb(221,118,62); }

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

border-color css

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

 span { border-color: rgb(221,118,62); }

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