Html Css Color HEX #DD764D Jaffa

📋 copy color: '#DD764D'

red 221 ◦ green 118 ◦ blue 77

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

Shades of Jaffa #DD764D

Tints of Jaffa #DD764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 53.13%
G = 28.37%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD764D (or 0xDD764D) is known color: Jaffa. HEX triplet: DD, 76 and 4D. RGB value is (221,118,77). Sum of RGB (Red+Green+Blue) = 221+118+77=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD764D is #2289B2. Grayscale: #909090. Windows color (decimal): -2263475 or 5076701. OLE color: 5076701.

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

Color convert

RGB 221 118 77 -
CMYK 0 0.47 0.65 0.13
HSL 17.08º 0.68% 0.58% -
HSV(B) 17.08º 0.65% 0.87% -
XYZ 37.64 28.86 10.61 -
YUV 144.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 221 118 77 0 0.47 0.65 0.13 17.08 0.68 0.58
Hex DD 76 4D 0 2F 41 D 11 44 3A
Octal 335 166 115 0 57 101 15 21 104 72
Binary 11011101 1110110 1001101 0 101111 1000001 1101 10001 1000100 111010

Color Harmonies of #DD764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD764D

Black with #DD764D

Text Example


Text Example

White with #DD764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD764D; }

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

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

background-color css

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

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

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

border-color css

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

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

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