Html Css Color HEX #DB7542 Jaffa

📋 copy color: '#DB7542'

red 219 ◦ green 117 ◦ blue 66

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

Shades of Jaffa #DB7542

Tints of Jaffa #DB7542

RGB

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

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

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

R = 54.48%
G = 29.1%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB7542 (or 0xDB7542) is known color: Jaffa. HEX triplet: DB, 75 and 42. RGB value is (219,117,66). Sum of RGB (Red+Green+Blue) = 219+117+66=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7542 is #248ABD. Grayscale: #8D8D8D. Windows color (decimal): -2394814 or 4355547. OLE color: 4355547.

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

Color convert

RGB 219 117 66 -
CMYK 0 0.47 0.70 0.14
HSL 20º 0.68% 0.56% -
HSV(B) 20º 0.7% 0.86% -
XYZ 36.56 28.18 8.67 -
YUV 141.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 219 117 66 0 0.47 0.70 0.14 20 0.68 0.56
Hex DB 75 42 0 2F 46 E 14 44 38
Octal 333 165 102 0 57 106 16 24 104 70
Binary 11011011 1110101 1000010 0 101111 1000110 1110 10100 1000100 111000

Color Harmonies of #DB7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7542

Black with #DB7542

Text Example


Text Example

White with #DB7542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7542; }

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

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

background-color css

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

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

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

border-color css

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

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

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