Html Css Color HEX #DB655B Roman

📋 copy color: '#DB655B'

red 219 ◦ green 101 ◦ blue 91

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

Shades of Roman #DB655B

Tints of Roman #DB655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.57%

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

R = 53.28%
G = 24.57%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB655B (or 0xDB655B) is known color: Roman. HEX triplet: DB, 65 and 5B. RGB value is (219,101,91). Sum of RGB (Red+Green+Blue) = 219+101+91=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB655B is #249AA4. Grayscale: #878787. Windows color (decimal): -2398885 or 5989851. OLE color: 5989851.

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

Color convert

RGB 219 101 91 -
CMYK 0 0.54 0.58 0.14
HSL 4.69º 0.64% 0.61% -
HSV(B) 4.69º 0.58% 0.86% -
XYZ 35.76 25.12 12.86 -
YUV 135.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 219 101 91 0 0.54 0.58 0.14 4.69 0.64 0.61
Hex DB 65 5B 0 36 3A E 5 40 3D
Octal 333 145 133 0 66 72 16 5 100 75
Binary 11011011 1100101 1011011 0 110110 111010 1110 101 1000000 111101

Color Harmonies of #DB655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB655B

Black with #DB655B

Text Example


Text Example

White with #DB655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB655B; }

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

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

background-color css

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

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

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

border-color css

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

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

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