Html Css Color HEX #DD7B4B Jaffa

📋 copy color: '#DD7B4B'

red 221 ◦ green 123 ◦ blue 75

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

Shades of Jaffa #DD7B4B

Tints of Jaffa #DD7B4B

RGB

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

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

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

R = 52.74%
G = 29.36%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD7B4B (or 0xDD7B4B) is known color: Jaffa. HEX triplet: DD, 7B and 4B. RGB value is (221,123,75). Sum of RGB (Red+Green+Blue) = 221+123+75=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B4B is #2284B4. Grayscale: #939393. Windows color (decimal): -2262197 or 4946909. OLE color: 4946909.

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

Color convert

RGB 221 123 75 -
CMYK 0 0.44 0.66 0.13
HSL 19.73º 0.68% 0.58% -
HSV(B) 19.73º 0.66% 0.87% -
XYZ 38.17 30.05 10.44 -
YUV 146.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 221 123 75 0 0.44 0.66 0.13 19.73 0.68 0.58
Hex DD 7B 4B 0 2C 42 D 14 44 3A
Octal 335 173 113 0 54 102 15 24 104 72
Binary 11011101 1111011 1001011 0 101100 1000010 1101 10100 1000100 111010

Color Harmonies of #DD7B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B4B

Black with #DD7B4B

Text Example


Text Example

White with #DD7B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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