Html Css Color HEX #DD764F Jaffa

📋 copy color: '#DD764F'

red 221 ◦ green 118 ◦ blue 79

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

Shades of Jaffa #DD764F

Tints of Jaffa #DD764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.9%

R = 52.87%
G = 28.23%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD764F (or 0xDD764F) is known color: Jaffa. HEX triplet: DD, 76 and 4F. RGB value is (221,118,79). Sum of RGB (Red+Green+Blue) = 221+118+79=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD764F is #2289B0. Grayscale: #909090. Windows color (decimal): -2263473 or 5207773. OLE color: 5207773.

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

Color convert

RGB 221 118 79 -
CMYK 0 0.47 0.64 0.13
HSL 16.48º 0.68% 0.59% -
HSV(B) 16.48º 0.64% 0.87% -
XYZ 37.71 28.89 10.99 -
YUV 144.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 221 118 79 0 0.47 0.64 0.13 16.48 0.68 0.59
Hex DD 76 4F 0 2F 40 D 10 44 3B
Octal 335 166 117 0 57 100 15 20 104 73
Binary 11011101 1110110 1001111 0 101111 1000000 1101 10000 1000100 111011

Color Harmonies of #DD764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD764F

Black with #DD764F

Text Example


Text Example

White with #DD764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD764F; }

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

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

background-color css

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

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

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

border-color css

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

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

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