Html Css Color HEX #DB7A4B Jaffa

📋 copy color: '#DB7A4B'

red 219 ◦ green 122 ◦ blue 75

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

Shades of Jaffa #DB7A4B

Tints of Jaffa #DB7A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.33%

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

R = 52.64%
G = 29.33%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB7A4B (or 0xDB7A4B) is known color: Jaffa. HEX triplet: DB, 7A and 4B. RGB value is (219,122,75). Sum of RGB (Red+Green+Blue) = 219+122+75=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A4B is #2485B4. Grayscale: #919191. Windows color (decimal): -2393525 or 4946651. OLE color: 4946651.

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

Color convert

RGB 219 122 75 -
CMYK 0 0.44 0.66 0.14
HSL 19.58º 0.67% 0.58% -
HSV(B) 19.58º 0.66% 0.86% -
XYZ 37.44 29.49 10.37 -
YUV 145.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 219 122 75 0 0.44 0.66 0.14 19.58 0.67 0.58
Hex DB 7A 4B 0 2C 42 E 14 43 3A
Octal 333 172 113 0 54 102 16 24 103 72
Binary 11011011 1111010 1001011 0 101100 1000010 1110 10100 1000011 111010

Color Harmonies of #DB7A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A4B

Black with #DB7A4B

Text Example


Text Example

White with #DB7A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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