Html Css Color HEX #DB7E4A Jaffa

📋 copy color: '#DB7E4A'

red 219 ◦ green 126 ◦ blue 74

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

Shades of Jaffa #DB7E4A

Tints of Jaffa #DB7E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 74 (29.3% from 255) = 17.66%

R = 52.27%
G = 30.07%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB7E4A (or 0xDB7E4A) is known color: Jaffa. HEX triplet: DB, 7E and 4A. RGB value is (219,126,74). Sum of RGB (Red+Green+Blue) = 219+126+74=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E4A is #2481B5. Grayscale: #949494. Windows color (decimal): -2392502 or 4882139. OLE color: 4882139.

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

Color convert

RGB 219 126 74 -
CMYK 0 0.42 0.66 0.14
HSL 21.52º 0.67% 0.57% -
HSV(B) 21.52º 0.66% 0.86% -
XYZ 37.91 30.48 10.36 -
YUV 147.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 219 126 74 0 0.42 0.66 0.14 21.52 0.67 0.57
Hex DB 7E 4A 0 2A 42 E 16 43 39
Octal 333 176 112 0 52 102 16 26 103 71
Binary 11011011 1111110 1001010 0 101010 1000010 1110 10110 1000011 111001

Color Harmonies of #DB7E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E4A

Black with #DB7E4A

Text Example


Text Example

White with #DB7E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E4A; }

 p { color: rgb(219,126,74); }

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

background-color css

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

 a { background-color: rgb(219,126,74); }

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

border-color css

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

 span { border-color: rgb(219,126,74); }

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