Html Css Color HEX #DB7D4C Jaffa

📋 copy color: '#DB7D4C'

red 219 ◦ green 125 ◦ blue 76

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

Shades of Jaffa #DB7D4C

Tints of Jaffa #DB7D4C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 76 (30.08% from 255) = 18.1%

R = 52.14%
G = 29.76%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB7D4C (or 0xDB7D4C) is known color: Jaffa. HEX triplet: DB, 7D and 4C. RGB value is (219,125,76). Sum of RGB (Red+Green+Blue) = 219+125+76=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7D4C is #2482B3. Grayscale: #939393. Windows color (decimal): -2392756 or 5012955. OLE color: 5012955.

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

Color convert

RGB 219 125 76 -
CMYK 0 0.43 0.65 0.14
HSL 20.56º 0.67% 0.58% -
HSV(B) 20.56º 0.65% 0.86% -
XYZ 37.85 30.25 10.68 -
YUV 147.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 219 125 76 0 0.43 0.65 0.14 20.56 0.67 0.58
Hex DB 7D 4C 0 2B 41 E 15 43 3A
Octal 333 175 114 0 53 101 16 25 103 72
Binary 11011011 1111101 1001100 0 101011 1000001 1110 10101 1000011 111010

Color Harmonies of #DB7D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D4C

Black with #DB7D4C

Text Example


Text Example

White with #DB7D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D4C; }

 p { color: rgb(219,125,76); }

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

background-color css

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

 a { background-color: rgb(219,125,76); }

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

border-color css

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

 span { border-color: rgb(219,125,76); }

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