Html Css Color HEX #DB774A Jaffa

📋 copy color: '#DB774A'

red 219 ◦ green 119 ◦ blue 74

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

Shades of Jaffa #DB774A

Tints of Jaffa #DB774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.88%

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

R = 53.16%
G = 28.88%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB774A (or 0xDB774A) is known color: Jaffa. HEX triplet: DB, 77 and 4A. RGB value is (219,119,74). Sum of RGB (Red+Green+Blue) = 219+119+74=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB774A is #2488B5. Grayscale: #909090. Windows color (decimal): -2394294 or 4880347. OLE color: 4880347.

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

Color convert

RGB 219 119 74 -
CMYK 0 0.46 0.66 0.14
HSL 18.62º 0.67% 0.57% -
HSV(B) 18.62º 0.66% 0.86% -
XYZ 37.05 28.75 10.07 -
YUV 143.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 219 119 74 0 0.46 0.66 0.14 18.62 0.67 0.57
Hex DB 77 4A 0 2E 42 E 13 43 39
Octal 333 167 112 0 56 102 16 23 103 71
Binary 11011011 1110111 1001010 0 101110 1000010 1110 10011 1000011 111001

Color Harmonies of #DB774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB774A

Black with #DB774A

Text Example


Text Example

White with #DB774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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