Html Css Color HEX #DB685E Roman

📋 copy color: '#DB685E'

red 219 ◦ green 104 ◦ blue 94

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

Shades of Roman #DB685E

Tints of Roman #DB685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 52.52%
G = 24.94%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB685E (or 0xDB685E) is known color: Roman. HEX triplet: DB, 68 and 5E. RGB value is (219,104,94). Sum of RGB (Red+Green+Blue) = 219+104+94=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB685E is #2497A1. Grayscale: #898989. Windows color (decimal): -2398114 or 6187227. OLE color: 6187227.

HSL color Cylindrical-coordinate representation of color #DB685E: hue angle of 4.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB685E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 104 94 -
CMYK 0 0.53 0.57 0.14
HSL 4.8º 0.63% 0.61% -
HSV(B) 4.8º 0.57% 0.86% -
XYZ 36.18 25.77 13.66 -
YUV 137.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 219 104 94 0 0.53 0.57 0.14 4.8 0.63 0.61
Hex DB 68 5E 0 35 39 E 5 3F 3D
Octal 333 150 136 0 65 71 16 5 77 75
Binary 11011011 1101000 1011110 0 110101 111001 1110 101 111111 111101

Color Harmonies of #DB685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB685E

Black with #DB685E

Text Example


Text Example

White with #DB685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB685E; }

 p { color: rgb(219,104,94); }

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

background-color css

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

 a { background-color: rgb(219,104,94); }

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

border-color css

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

 span { border-color: rgb(219,104,94); }

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