Html Css Color HEX #DB7B42 Jaffa

📋 copy color: '#DB7B42'

red 219 ◦ green 123 ◦ blue 66

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

Shades of Jaffa #DB7B42

Tints of Jaffa #DB7B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.15%

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 53.68%
G = 30.15%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB7B42 (or 0xDB7B42) is known color: Jaffa. HEX triplet: DB, 7B and 42. RGB value is (219,123,66). Sum of RGB (Red+Green+Blue) = 219+123+66=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B42 is #2484BD. Grayscale: #919191. Windows color (decimal): -2393278 or 4357083. OLE color: 4357083.

HSL color Cylindrical-coordinate representation of color #DB7B42: hue angle of 22.35º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB7B42 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 123 66 -
CMYK 0 0.44 0.70 0.14
HSL 22.35º 0.68% 0.56% -
HSV(B) 22.35º 0.7% 0.86% -
XYZ 37.28 29.62 8.91 -
YUV 145.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 219 123 66 0 0.44 0.70 0.14 22.35 0.68 0.56
Hex DB 7B 42 0 2C 46 E 16 44 38
Octal 333 173 102 0 54 106 16 26 104 70
Binary 11011011 1111011 1000010 0 101100 1000110 1110 10110 1000100 111000

Color Harmonies of #DB7B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B42

Black with #DB7B42

Text Example


Text Example

White with #DB7B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B42; }

 p { color: rgb(219,123,66); }

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

background-color css

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

 a { background-color: rgb(219,123,66); }

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

border-color css

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

 span { border-color: rgb(219,123,66); }

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