Html Css Color HEX #DB754A Jaffa

📋 copy color: '#DB754A'

red 219 ◦ green 117 ◦ blue 74

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

Shades of Jaffa #DB754A

Tints of Jaffa #DB754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 53.41%
G = 28.54%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB754A (or 0xDB754A) is known color: Jaffa. HEX triplet: DB, 75 and 4A. RGB value is (219,117,74). Sum of RGB (Red+Green+Blue) = 219+117+74=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB754A is #248AB5. Grayscale: #8E8E8E. Windows color (decimal): -2394806 or 4879835. OLE color: 4879835.

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

Color convert

RGB 219 117 74 -
CMYK 0 0.47 0.66 0.14
HSL 17.79º 0.67% 0.57% -
HSV(B) 17.79º 0.66% 0.86% -
XYZ 36.81 28.28 10 -
YUV 142.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 219 117 74 0 0.47 0.66 0.14 17.79 0.67 0.57
Hex DB 75 4A 0 2F 42 E 12 43 39
Octal 333 165 112 0 57 102 16 22 103 71
Binary 11011011 1110101 1001010 0 101111 1000010 1110 10010 1000011 111001

Color Harmonies of #DB754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB754A

Black with #DB754A

Text Example


Text Example

White with #DB754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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