Html Css Color HEX #DB763E Jaffa

📋 copy color: '#DB763E'

red 219 ◦ green 118 ◦ blue 62

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

Shades of Jaffa #DB763E

Tints of Jaffa #DB763E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 54.89%
G = 29.57%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB763E (or 0xDB763E) is known color: Jaffa. HEX triplet: DB, 76 and 3E. RGB value is (219,118,62). Sum of RGB (Red+Green+Blue) = 219+118+62=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB763E is #2489C1. Grayscale: #8E8E8E. Windows color (decimal): -2394562 or 4093659. OLE color: 4093659.

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

Color convert

RGB 219 118 62 -
CMYK 0 0.46 0.72 0.14
HSL 21.4º 0.69% 0.55% -
HSV(B) 21.4º 0.72% 0.86% -
XYZ 36.56 28.36 8.11 -
YUV 141.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 219 118 62 0 0.46 0.72 0.14 21.4 0.69 0.55
Hex DB 76 3E 0 2E 48 E 15 45 37
Octal 333 166 76 0 56 110 16 25 105 67
Binary 11011011 1110110 111110 0 101110 1001000 1110 10101 1000101 110111

Color Harmonies of #DB763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB763E

Black with #DB763E

Text Example


Text Example

White with #DB763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB763E; }

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

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

background-color css

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

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

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

border-color css

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

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

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