Html Css Color HEX #DB7E4B Jaffa

📋 copy color: '#DB7E4B'

red 219 ◦ green 126 ◦ blue 75

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

Shades of Jaffa #DB7E4B

Tints of Jaffa #DB7E4B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30%

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

R = 52.14%
G = 30%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB7E4B (or 0xDB7E4B) is known color: Jaffa. HEX triplet: DB, 7E and 4B. RGB value is (219,126,75). Sum of RGB (Red+Green+Blue) = 219+126+75=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E4B is #2481B4. Grayscale: #949494. Windows color (decimal): -2392501 or 4947675. OLE color: 4947675.

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

Color convert

RGB 219 126 75 -
CMYK 0 0.42 0.66 0.14
HSL 21.25º 0.67% 0.58% -
HSV(B) 21.25º 0.66% 0.86% -
XYZ 37.94 30.49 10.54 -
YUV 147.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 219 126 75 0 0.42 0.66 0.14 21.25 0.67 0.58
Hex DB 7E 4B 0 2A 42 E 15 43 3A
Octal 333 176 113 0 52 102 16 25 103 72
Binary 11011011 1111110 1001011 0 101010 1000010 1110 10101 1000011 111010

Color Harmonies of #DB7E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E4B

Black with #DB7E4B

Text Example


Text Example

White with #DB7E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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