Html Css Color HEX #DB764C Jaffa

📋 copy color: '#DB764C'

red 219 ◦ green 118 ◦ blue 76

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

Shades of Jaffa #DB764C

Tints of Jaffa #DB764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 53.03%
G = 28.57%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB764C (or 0xDB764C) is known color: Jaffa. HEX triplet: DB, 76 and 4C. RGB value is (219,118,76). Sum of RGB (Red+Green+Blue) = 219+118+76=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB764C is #2489B3. Grayscale: #8F8F8F. Windows color (decimal): -2394548 or 5011163. OLE color: 5011163.

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

Color convert

RGB 219 118 76 -
CMYK 0 0.46 0.65 0.14
HSL 17.62º 0.67% 0.58% -
HSV(B) 17.62º 0.65% 0.86% -
XYZ 37 28.54 10.4 -
YUV 143.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 219 118 76 0 0.46 0.65 0.14 17.62 0.67 0.58
Hex DB 76 4C 0 2E 41 E 12 43 3A
Octal 333 166 114 0 56 101 16 22 103 72
Binary 11011011 1110110 1001100 0 101110 1000001 1110 10010 1000011 111010

Color Harmonies of #DB764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB764C

Black with #DB764C

Text Example


Text Example

White with #DB764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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