Html Css Color HEX #DB764A Jaffa

📋 copy color: '#DB764A'

red 219 ◦ green 118 ◦ blue 74

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

Shades of Jaffa #DB764A

Tints of Jaffa #DB764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

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

R = 53.28%
G = 28.71%
B = 18%

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

#DB764A (or 0xDB764A) is known color: Jaffa. HEX triplet: DB, 76 and 4A. RGB value is (219,118,74). Sum of RGB (Red+Green+Blue) = 219+118+74=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB764A is #2489B5. Grayscale: #8F8F8F. Windows color (decimal): -2394550 or 4880091. OLE color: 4880091.

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

Color convert

RGB 219 118 74 -
CMYK 0 0.46 0.66 0.14
HSL 18.21º 0.67% 0.57% -
HSV(B) 18.21º 0.66% 0.86% -
XYZ 36.93 28.51 10.04 -
YUV 143.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 219 118 74 0 0.46 0.66 0.14 18.21 0.67 0.57
Hex DB 76 4A 0 2E 42 E 12 43 39
Octal 333 166 112 0 56 102 16 22 103 71
Binary 11011011 1110110 1001010 0 101110 1000010 1110 10010 1000011 111001

Color Harmonies of #DB764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB764A

Black with #DB764A

Text Example


Text Example

White with #DB764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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