Html Css Color HEX #DB734B Jaffa

📋 copy color: '#DB734B'

red 219 ◦ green 115 ◦ blue 75

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

Shades of Jaffa #DB734B

Tints of Jaffa #DB734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

 BLUE value IS 75 (29.69% from 255) = 18.34%

R = 53.55%
G = 28.12%
B = 18.34%

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

#DB734B (or 0xDB734B) is known color: Jaffa. HEX triplet: DB, 73 and 4B. RGB value is (219,115,75). Sum of RGB (Red+Green+Blue) = 219+115+75=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB734B is #248CB4. Grayscale: #8D8D8D. Windows color (decimal): -2395317 or 4944859. OLE color: 4944859.

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

Color convert

RGB 219 115 75 -
CMYK 0 0.47 0.66 0.14
HSL 16.67º 0.67% 0.58% -
HSV(B) 16.67º 0.66% 0.86% -
XYZ 36.61 27.83 10.1 -
YUV 141.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 219 115 75 0 0.47 0.66 0.14 16.67 0.67 0.58
Hex DB 73 4B 0 2F 42 E 11 43 3A
Octal 333 163 113 0 57 102 16 21 103 72
Binary 11011011 1110011 1001011 0 101111 1000010 1110 10001 1000011 111010

Color Harmonies of #DB734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB734B

Black with #DB734B

Text Example


Text Example

White with #DB734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB734B; }

 p { color: rgb(219,115,75); }

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

background-color css

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

 a { background-color: rgb(219,115,75); }

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

border-color css

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

 span { border-color: rgb(219,115,75); }

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