Html Css Color HEX #DB754C Jaffa

📋 copy color: '#DB754C'

red 219 ◦ green 117 ◦ blue 76

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

Shades of Jaffa #DB754C

Tints of Jaffa #DB754C

RGB

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

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

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

R = 53.16%
G = 28.4%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB754C (or 0xDB754C) is known color: Jaffa. HEX triplet: DB, 75 and 4C. RGB value is (219,117,76). Sum of RGB (Red+Green+Blue) = 219+117+76=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB754C is #248AB3. Grayscale: #8F8F8F. Windows color (decimal): -2394804 or 5010907. OLE color: 5010907.

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

Color convert

RGB 219 117 76 -
CMYK 0 0.47 0.65 0.14
HSL 17.2º 0.67% 0.58% -
HSV(B) 17.2º 0.65% 0.86% -
XYZ 36.88 28.3 10.36 -
YUV 142.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 219 117 76 0 0.47 0.65 0.14 17.2 0.67 0.58
Hex DB 75 4C 0 2F 41 E 11 43 3A
Octal 333 165 114 0 57 101 16 21 103 72
Binary 11011011 1110101 1001100 0 101111 1000001 1110 10001 1000011 111010

Color Harmonies of #DB754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB754C

Black with #DB754C

Text Example


Text Example

White with #DB754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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