Html Css Color HEX #DD7F4B Jaffa

📋 copy color: '#DD7F4B'

red 221 ◦ green 127 ◦ blue 75

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

Shades of Jaffa #DD7F4B

Tints of Jaffa #DD7F4B

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

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

R = 52.25%
G = 30.02%
B = 17.73%

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

#DD7F4B (or 0xDD7F4B) is known color: Jaffa. HEX triplet: DD, 7F and 4B. RGB value is (221,127,75). Sum of RGB (Red+Green+Blue) = 221+127+75=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F4B is #2280B4. Grayscale: #959595. Windows color (decimal): -2261173 or 4947933. OLE color: 4947933.

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

Color convert

RGB 221 127 75 -
CMYK 0 0.43 0.66 0.13
HSL 21.37º 0.68% 0.58% -
HSV(B) 21.37º 0.66% 0.87% -
XYZ 38.68 31.06 10.61 -
YUV 149.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 221 127 75 0 0.43 0.66 0.13 21.37 0.68 0.58
Hex DD 7F 4B 0 2B 42 D 15 44 3A
Octal 335 177 113 0 53 102 15 25 104 72
Binary 11011101 1111111 1001011 0 101011 1000010 1101 10101 1000100 111010

Color Harmonies of #DD7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F4B

Black with #DD7F4B

Text Example


Text Example

White with #DD7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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