Html Css Color HEX #DB753E Jaffa

📋 copy color: '#DB753E'

red 219 ◦ green 117 ◦ blue 62

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

Shades of Jaffa #DB753E

Tints of Jaffa #DB753E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 55.03%
G = 29.4%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB753E (or 0xDB753E) is known color: Jaffa. HEX triplet: DB, 75 and 3E. RGB value is (219,117,62). Sum of RGB (Red+Green+Blue) = 219+117+62=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB753E is #248AC1. Grayscale: #8D8D8D. Windows color (decimal): -2394818 or 4093403. OLE color: 4093403.

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

Color convert

RGB 219 117 62 -
CMYK 0 0.47 0.72 0.14
HSL 21.02º 0.69% 0.55% -
HSV(B) 21.02º 0.72% 0.86% -
XYZ 36.44 28.13 8.07 -
YUV 141.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 219 117 62 0 0.47 0.72 0.14 21.02 0.69 0.55
Hex DB 75 3E 0 2F 48 E 15 45 37
Octal 333 165 76 0 57 110 16 25 105 67
Binary 11011011 1110101 111110 0 101111 1001000 1110 10101 1000101 110111

Color Harmonies of #DB753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB753E

Black with #DB753E

Text Example


Text Example

White with #DB753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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