Html Css Color HEX #DD7E4C Jaffa

📋 copy color: '#DD7E4C'

red 221 ◦ green 126 ◦ blue 76

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

Shades of Jaffa #DD7E4C

Tints of Jaffa #DD7E4C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

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

R = 52.25%
G = 29.79%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD7E4C (or 0xDD7E4C) is known color: Jaffa. HEX triplet: DD, 7E and 4C. RGB value is (221,126,76). Sum of RGB (Red+Green+Blue) = 221+126+76=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E4C is #2281B3. Grayscale: #959595. Windows color (decimal): -2261428 or 5013213. OLE color: 5013213.

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

Color convert

RGB 221 126 76 -
CMYK 0 0.43 0.66 0.13
HSL 20.69º 0.68% 0.58% -
HSV(B) 20.69º 0.66% 0.87% -
XYZ 38.58 30.82 10.75 -
YUV 148.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 221 126 76 0 0.43 0.66 0.13 20.69 0.68 0.58
Hex DD 7E 4C 0 2B 42 D 15 44 3A
Octal 335 176 114 0 53 102 15 25 104 72
Binary 11011101 1111110 1001100 0 101011 1000010 1101 10101 1000100 111010

Color Harmonies of #DD7E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E4C

Black with #DD7E4C

Text Example


Text Example

White with #DD7E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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