Html Css Color HEX #DB774F Jaffa

📋 copy color: '#DB774F'

red 219 ◦ green 119 ◦ blue 79

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

Shades of Jaffa #DB774F

Tints of Jaffa #DB774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.94%

R = 52.52%
G = 28.54%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB774F (or 0xDB774F) is known color: Jaffa. HEX triplet: DB, 77 and 4F. RGB value is (219,119,79). Sum of RGB (Red+Green+Blue) = 219+119+79=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB774F is #2488B0. Grayscale: #909090. Windows color (decimal): -2394289 or 5208027. OLE color: 5208027.

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

Color convert

RGB 219 119 79 -
CMYK 0 0.46 0.64 0.14
HSL 17.14º 0.66% 0.58% -
HSV(B) 17.14º 0.64% 0.86% -
XYZ 37.22 28.82 11 -
YUV 144.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 219 119 79 0 0.46 0.64 0.14 17.14 0.66 0.58
Hex DB 77 4F 0 2E 40 E 11 42 3A
Octal 333 167 117 0 56 100 16 21 102 72
Binary 11011011 1110111 1001111 0 101110 1000000 1110 10001 1000010 111010

Color Harmonies of #DB774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB774F

Black with #DB774F

Text Example


Text Example

White with #DB774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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