Html Css Color HEX #DE7B50 Jaffa

📋 copy color: '#DE7B50'

red 222 ◦ green 123 ◦ blue 80

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

Shades of Jaffa #DE7B50

Tints of Jaffa #DE7B50

RGB

 RED value IS 222 (87.11% from 255) = 52.24%

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

 BLUE value IS 80 (31.64% from 255) = 18.82%

R = 52.24%
G = 28.94%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE7B50 (or 0xDE7B50) is known color: Jaffa. HEX triplet: DE, 7B and 50. RGB value is (222,123,80). Sum of RGB (Red+Green+Blue) = 222+123+80=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B50 is #2184AF. Grayscale: #939393. Windows color (decimal): -2196656 or 5274590. OLE color: 5274590.

HSL color Cylindrical-coordinate representation of color #DE7B50: hue angle of 18.17º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE7B50 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 123 80 -
CMYK 0 0.45 0.64 0.13
HSL 18.17º 0.68% 0.59% -
HSV(B) 18.17º 0.64% 0.87% -
XYZ 38.66 30.27 11.4 -
YUV 147.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 222 123 80 0 0.45 0.64 0.13 18.17 0.68 0.59
Hex DE 7B 50 0 2D 40 D 12 44 3B
Octal 336 173 120 0 55 100 15 22 104 73
Binary 11011110 1111011 1010000 0 101101 1000000 1101 10010 1000100 111011

Color Harmonies of #DE7B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7B50

Black with #DE7B50

Text Example


Text Example

White with #DE7B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7B50; }

 p { color: rgb(222,123,80); }

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

background-color css

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

 a { background-color: rgb(222,123,80); }

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

border-color css

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

 span { border-color: rgb(222,123,80); }

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