Html Css Color HEX #DB7C50 Jaffa

📋 copy color: '#DB7C50'

red 219 ◦ green 124 ◦ blue 80

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

Shades of Jaffa #DB7C50

Tints of Jaffa #DB7C50

RGB

 RED value IS 219 (85.94% from 255) = 51.77%

 GREEN value IS 124 (48.83% from 255) = 29.31%

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

R = 51.77%
G = 29.31%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB7C50 (or 0xDB7C50) is known color: Jaffa. HEX triplet: DB, 7C and 50. RGB value is (219,124,80). Sum of RGB (Red+Green+Blue) = 219+124+80=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C50 is #2483AF. Grayscale: #939393. Windows color (decimal): -2393008 or 5274843. OLE color: 5274843.

HSL color Cylindrical-coordinate representation of color #DB7C50: hue angle of 18.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7C50 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 124 80 -
CMYK 0 0.43 0.63 0.14
HSL 18.99º 0.66% 0.59% -
HSV(B) 18.99º 0.63% 0.86% -
XYZ 37.87 30.05 11.39 -
YUV 147.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 219 124 80 0 0.43 0.63 0.14 18.99 0.66 0.59
Hex DB 7C 50 0 2B 3F E 13 42 3B
Octal 333 174 120 0 53 77 16 23 102 73
Binary 11011011 1111100 1010000 0 101011 111111 1110 10011 1000010 111011

Color Harmonies of #DB7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C50

Black with #DB7C50

Text Example


Text Example

White with #DB7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C50; }

 p { color: rgb(219,124,80); }

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

background-color css

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

 a { background-color: rgb(219,124,80); }

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

border-color css

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

 span { border-color: rgb(219,124,80); }

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