Html Css Color HEX #DB764F Jaffa

📋 copy color: '#DB764F'

red 219 ◦ green 118 ◦ blue 79

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

Shades of Jaffa #DB764F

Tints of Jaffa #DB764F

RGB

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

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

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

R = 52.64%
G = 28.37%
B = 18.99%

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

#DB764F (or 0xDB764F) is known color: Jaffa. HEX triplet: DB, 76 and 4F. RGB value is (219,118,79). Sum of RGB (Red+Green+Blue) = 219+118+79=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB764F is #2489B0. Grayscale: #909090. Windows color (decimal): -2394545 or 5207771. OLE color: 5207771.

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

Color convert

RGB 219 118 79 -
CMYK 0 0.46 0.64 0.14
HSL 16.71º 0.66% 0.58% -
HSV(B) 16.71º 0.64% 0.86% -
XYZ 37.1 28.58 10.96 -
YUV 143.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 219 118 79 0 0.46 0.64 0.14 16.71 0.66 0.58
Hex DB 76 4F 0 2E 40 E 11 42 3A
Octal 333 166 117 0 56 100 16 21 102 72
Binary 11011011 1110110 1001111 0 101110 1000000 1110 10001 1000010 111010

Color Harmonies of #DB764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB764F

Black with #DB764F

Text Example


Text Example

White with #DB764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB764F; }

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

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

background-color css

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

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

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

border-color css

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

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

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