Html Css Color HEX #DB6F4B Jaffa

📋 copy color: '#DB6F4B'

red 219 ◦ green 111 ◦ blue 75

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

Shades of Jaffa #DB6F4B

Tints of Jaffa #DB6F4B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

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

R = 54.07%
G = 27.41%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB6F4B (or 0xDB6F4B) is known color: Jaffa. HEX triplet: DB, 6F and 4B. RGB value is (219,111,75). Sum of RGB (Red+Green+Blue) = 219+111+75=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F4B is #2490B4. Grayscale: #8B8B8B. Windows color (decimal): -2396341 or 4943835. OLE color: 4943835.

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

Color convert

RGB 219 111 75 -
CMYK 0 0.49 0.66 0.14
HSL 15º 0.67% 0.58% -
HSV(B) 15º 0.66% 0.86% -
XYZ 36.17 26.94 9.95 -
YUV 139.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 219 111 75 0 0.49 0.66 0.14 15 0.67 0.58
Hex DB 6F 4B 0 31 42 E F 43 3A
Octal 333 157 113 0 61 102 16 17 103 72
Binary 11011011 1101111 1001011 0 110001 1000010 1110 1111 1000011 111010

Color Harmonies of #DB6F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F4B

Black with #DB6F4B

Text Example


Text Example

White with #DB6F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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