Html Css Color HEX #DD7A4B Jaffa

📋 copy color: '#DD7A4B'

red 221 ◦ green 122 ◦ blue 75

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

Shades of Jaffa #DD7A4B

Tints of Jaffa #DD7A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.19%

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

R = 52.87%
G = 29.19%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD7A4B (or 0xDD7A4B) is known color: Jaffa. HEX triplet: DD, 7A and 4B. RGB value is (221,122,75). Sum of RGB (Red+Green+Blue) = 221+122+75=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A4B is #2285B4. Grayscale: #929292. Windows color (decimal): -2262453 or 4946653. OLE color: 4946653.

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

Color convert

RGB 221 122 75 -
CMYK 0 0.45 0.66 0.13
HSL 19.32º 0.68% 0.58% -
HSV(B) 19.32º 0.66% 0.87% -
XYZ 38.05 29.8 10.4 -
YUV 146.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 221 122 75 0 0.45 0.66 0.13 19.32 0.68 0.58
Hex DD 7A 4B 0 2D 42 D 13 44 3A
Octal 335 172 113 0 55 102 15 23 104 72
Binary 11011101 1111010 1001011 0 101101 1000010 1101 10011 1000100 111010

Color Harmonies of #DD7A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A4B

Black with #DD7A4B

Text Example


Text Example

White with #DD7A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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