Html Css Color HEX #DD7B4E Jaffa

📋 copy color: '#DD7B4E'

red 221 ◦ green 123 ◦ blue 78

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

Shades of Jaffa #DD7B4E

Tints of Jaffa #DD7B4E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

 BLUE value IS 78 (30.86% from 255) = 18.48%

R = 52.37%
G = 29.15%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD7B4E (or 0xDD7B4E) is known color: Jaffa. HEX triplet: DD, 7B and 4E. RGB value is (221,123,78). Sum of RGB (Red+Green+Blue) = 221+123+78=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B4E is #2284B1. Grayscale: #939393. Windows color (decimal): -2262194 or 5143517. OLE color: 5143517.

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

Color convert

RGB 221 123 78 -
CMYK 0 0.44 0.65 0.13
HSL 18.88º 0.68% 0.59% -
HSV(B) 18.88º 0.65% 0.87% -
XYZ 38.28 30.09 11 -
YUV 147.17 88.97 180.66 -
System Red Green Blue C M Y K H S L
Decimal 221 123 78 0 0.44 0.65 0.13 18.88 0.68 0.59
Hex DD 7B 4E 0 2C 41 D 13 44 3B
Octal 335 173 116 0 54 101 15 23 104 73
Binary 11011101 1111011 1001110 0 101100 1000001 1101 10011 1000100 111011

Color Harmonies of #DD7B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B4E

Black with #DD7B4E

Text Example


Text Example

White with #DD7B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B4E; }

 p { color: rgb(221,123,78); }

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

background-color css

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

 a { background-color: rgb(221,123,78); }

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

border-color css

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

 span { border-color: rgb(221,123,78); }

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