Html Css Color HEX #DD7E4B Jaffa

📋 copy color: '#DD7E4B'

red 221 ◦ green 126 ◦ blue 75

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

Shades of Jaffa #DD7E4B

Tints of Jaffa #DD7E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.77%

R = 52.37%
G = 29.86%
B = 17.77%

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

#DD7E4B (or 0xDD7E4B) is known color: Jaffa. HEX triplet: DD, 7E and 4B. RGB value is (221,126,75). Sum of RGB (Red+Green+Blue) = 221+126+75=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E4B is #2281B4. Grayscale: #949494. Windows color (decimal): -2261429 or 4947677. OLE color: 4947677.

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

Color convert

RGB 221 126 75 -
CMYK 0 0.43 0.66 0.13
HSL 20.96º 0.68% 0.58% -
HSV(B) 20.96º 0.66% 0.87% -
XYZ 38.55 30.8 10.57 -
YUV 148.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 221 126 75 0 0.43 0.66 0.13 20.96 0.68 0.58
Hex DD 7E 4B 0 2B 42 D 15 44 3A
Octal 335 176 113 0 53 102 15 25 104 72
Binary 11011101 1111110 1001011 0 101011 1000010 1101 10101 1000100 111010

Color Harmonies of #DD7E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E4B

Black with #DD7E4B

Text Example


Text Example

White with #DD7E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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