Html Css Color HEX #DB7D4A Jaffa

📋 copy color: '#DB7D4A'

red 219 ◦ green 125 ◦ blue 74

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

Shades of Jaffa #DB7D4A

Tints of Jaffa #DB7D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 52.39%
G = 29.9%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB7D4A (or 0xDB7D4A) is known color: Jaffa. HEX triplet: DB, 7D and 4A. RGB value is (219,125,74). Sum of RGB (Red+Green+Blue) = 219+125+74=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7D4A is #2482B5. Grayscale: #939393. Windows color (decimal): -2392758 or 4881883. OLE color: 4881883.

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

Color convert

RGB 219 125 74 -
CMYK 0 0.43 0.66 0.14
HSL 21.1º 0.67% 0.57% -
HSV(B) 21.1º 0.66% 0.86% -
XYZ 37.78 30.22 10.32 -
YUV 147.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 219 125 74 0 0.43 0.66 0.14 21.1 0.67 0.57
Hex DB 7D 4A 0 2B 42 E 15 43 39
Octal 333 175 112 0 53 102 16 25 103 71
Binary 11011011 1111101 1001010 0 101011 1000010 1110 10101 1000011 111001

Color Harmonies of #DB7D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D4A

Black with #DB7D4A

Text Example


Text Example

White with #DB7D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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