Html Css Color HEX #DB763C Jaffa

📋 copy color: '#DB763C'

red 219 ◦ green 118 ◦ blue 60

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

Shades of Jaffa #DB763C

Tints of Jaffa #DB763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 55.16%
G = 29.72%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB763C (or 0xDB763C) is known color: Jaffa. HEX triplet: DB, 76 and 3C. RGB value is (219,118,60). Sum of RGB (Red+Green+Blue) = 219+118+60=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB763C is #2489C3. Grayscale: #8D8D8D. Windows color (decimal): -2394564 or 3962587. OLE color: 3962587.

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

Color convert

RGB 219 118 60 -
CMYK 0 0.46 0.73 0.14
HSL 21.89º 0.69% 0.55% -
HSV(B) 21.89º 0.73% 0.86% -
XYZ 36.51 28.34 7.82 -
YUV 141.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 219 118 60 0 0.46 0.73 0.14 21.89 0.69 0.55
Hex DB 76 3C 0 2E 49 E 16 45 37
Octal 333 166 74 0 56 111 16 26 105 67
Binary 11011011 1110110 111100 0 101110 1001001 1110 10110 1000101 110111

Color Harmonies of #DB763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB763C

Black with #DB763C

Text Example


Text Example

White with #DB763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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