Html Css Color HEX #DB685B Roman

📋 copy color: '#DB685B'

red 219 ◦ green 104 ◦ blue 91

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

Shades of Roman #DB685B

Tints of Roman #DB685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 52.9%
G = 25.12%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB685B (or 0xDB685B) is known color: Roman. HEX triplet: DB, 68 and 5B. RGB value is (219,104,91). Sum of RGB (Red+Green+Blue) = 219+104+91=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB685B is #2497A4. Grayscale: #898989. Windows color (decimal): -2398117 or 5990619. OLE color: 5990619.

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

Color convert

RGB 219 104 91 -
CMYK 0 0.53 0.58 0.14
HSL 6.09º 0.64% 0.61% -
HSV(B) 6.09º 0.58% 0.86% -
XYZ 36.05 25.72 12.96 -
YUV 136.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 219 104 91 0 0.53 0.58 0.14 6.09 0.64 0.61
Hex DB 68 5B 0 35 3A E 6 40 3D
Octal 333 150 133 0 65 72 16 6 100 75
Binary 11011011 1101000 1011011 0 110101 111010 1110 110 1000000 111101

Color Harmonies of #DB685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB685B

Black with #DB685B

Text Example


Text Example

White with #DB685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB685B; }

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

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

background-color css

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

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

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

border-color css

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

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

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