Html Css Color HEX #DB753F Jaffa

📋 copy color: '#DB753F'

red 219 ◦ green 117 ◦ blue 63

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

Shades of Jaffa #DB753F

Tints of Jaffa #DB753F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.79%

R = 54.89%
G = 29.32%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB753F (or 0xDB753F) is known color: Jaffa. HEX triplet: DB, 75 and 3F. RGB value is (219,117,63). Sum of RGB (Red+Green+Blue) = 219+117+63=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB753F is #248AC0. Grayscale: #8D8D8D. Windows color (decimal): -2394817 or 4158939. OLE color: 4158939.

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

Color convert

RGB 219 117 63 -
CMYK 0 0.47 0.71 0.14
HSL 20.77º 0.68% 0.55% -
HSV(B) 20.77º 0.71% 0.86% -
XYZ 36.47 28.14 8.21 -
YUV 141.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 219 117 63 0 0.47 0.71 0.14 20.77 0.68 0.55
Hex DB 75 3F 0 2F 47 E 15 44 37
Octal 333 165 77 0 57 107 16 25 104 67
Binary 11011011 1110101 111111 0 101111 1000111 1110 10101 1000100 110111

Color Harmonies of #DB753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB753F

Black with #DB753F

Text Example


Text Example

White with #DB753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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