Html Css Color HEX #DB655C Roman

📋 copy color: '#DB655C'

red 219 ◦ green 101 ◦ blue 92

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

Shades of Roman #DB655C

Tints of Roman #DB655C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 53.16%
G = 24.51%
B = 22.33%

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

#DB655C (or 0xDB655C) is known color: Roman. HEX triplet: DB, 65 and 5C. RGB value is (219,101,92). Sum of RGB (Red+Green+Blue) = 219+101+92=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB655C is #249AA3. Grayscale: #878787. Windows color (decimal): -2398884 or 6055387. OLE color: 6055387.

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

Color convert

RGB 219 101 92 -
CMYK 0 0.54 0.58 0.14
HSL 4.25º 0.64% 0.61% -
HSV(B) 4.25º 0.58% 0.86% -
XYZ 35.8 25.14 13.09 -
YUV 135.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 219 101 92 0 0.54 0.58 0.14 4.25 0.64 0.61
Hex DB 65 5C 0 36 3A E 4 40 3D
Octal 333 145 134 0 66 72 16 4 100 75
Binary 11011011 1100101 1011100 0 110110 111010 1110 100 1000000 111101

Color Harmonies of #DB655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB655C

Black with #DB655C

Text Example


Text Example

White with #DB655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB655C; }

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

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

background-color css

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

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

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

border-color css

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

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

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