Html Css Color HEX #DB655E Roman

📋 copy color: '#DB655E'

red 219 ◦ green 101 ◦ blue 94

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

Shades of Roman #DB655E

Tints of Roman #DB655E

RGB

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

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

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

R = 52.9%
G = 24.4%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB655E (or 0xDB655E) is known color: Roman. HEX triplet: DB, 65 and 5E. RGB value is (219,101,94). Sum of RGB (Red+Green+Blue) = 219+101+94=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB655E is #249AA1. Grayscale: #878787. Windows color (decimal): -2398882 or 6186459. OLE color: 6186459.

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

Color convert

RGB 219 101 94 -
CMYK 0 0.54 0.57 0.14
HSL 3.36º 0.63% 0.61% -
HSV(B) 3.36º 0.57% 0.86% -
XYZ 35.89 25.18 13.56 -
YUV 135.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 219 101 94 0 0.54 0.57 0.14 3.36 0.63 0.61
Hex DB 65 5E 0 36 39 E 3 3F 3D
Octal 333 145 136 0 66 71 16 3 77 75
Binary 11011011 1100101 1011110 0 110110 111001 1110 11 111111 111101

Color Harmonies of #DB655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB655E

Black with #DB655E

Text Example


Text Example

White with #DB655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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