Html Css Color HEX #DF7B50 Jaffa

📋 copy color: '#DF7B50'

red 223 ◦ green 123 ◦ blue 80

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

Shades of Jaffa #DF7B50

Tints of Jaffa #DF7B50

RGB

 RED value IS 223 (87.5% from 255) = 52.35%

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

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

R = 52.35%
G = 28.87%
B = 18.78%

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

#DF7B50 (or 0xDF7B50) is known color: Jaffa. HEX triplet: DF, 7B and 50. RGB value is (223,123,80). Sum of RGB (Red+Green+Blue) = 223+123+80=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B50 is #2084AF. Grayscale: #949494. Windows color (decimal): -2131120 or 5274591. OLE color: 5274591.

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

Color convert

RGB 223 123 80 -
CMYK 0 0.45 0.64 0.13
HSL 18.04º 0.69% 0.59% -
HSV(B) 18.04º 0.64% 0.87% -
XYZ 38.96 30.43 11.41 -
YUV 148 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 223 123 80 0 0.45 0.64 0.13 18.04 0.69 0.59
Hex DF 7B 50 0 2D 40 D 12 45 3B
Octal 337 173 120 0 55 100 15 22 105 73
Binary 11011111 1111011 1010000 0 101101 1000000 1101 10010 1000101 111011

Color Harmonies of #DF7B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B50

Black with #DF7B50

Text Example


Text Example

White with #DF7B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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