Html Css Color HEX #DB6C63 Roman

📋 copy color: '#DB6C63'

red 219 ◦ green 108 ◦ blue 99

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

Shades of Roman #DB6C63

Tints of Roman #DB6C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

 BLUE value IS 99 (39.06% from 255) = 23.24%

R = 51.41%
G = 25.35%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB6C63 (or 0xDB6C63) is known color: Roman. HEX triplet: DB, 6C and 63. RGB value is (219,108,99). Sum of RGB (Red+Green+Blue) = 219+108+99=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C63 is #24939C. Grayscale: #8C8C8C. Windows color (decimal): -2397085 or 6515931. OLE color: 6515931.

HSL color Cylindrical-coordinate representation of color #DB6C63: hue angle of 4.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6C63 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 108 99 -
CMYK 0 0.51 0.55 0.14
HSL 4.5º 0.63% 0.62% -
HSV(B) 4.5º 0.55% 0.86% -
XYZ 36.83 26.69 15.01 -
YUV 140.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 219 108 99 0 0.51 0.55 0.14 4.5 0.63 0.62
Hex DB 6C 63 0 33 37 E 4 3E 3E
Octal 333 154 143 0 63 67 16 4 76 76
Binary 11011011 1101100 1100011 0 110011 110111 1110 100 111110 111110

Color Harmonies of #DB6C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C63

Black with #DB6C63

Text Example


Text Example

White with #DB6C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C63; }

 p { color: rgb(219,108,99); }

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

background-color css

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

 a { background-color: rgb(219,108,99); }

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

border-color css

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

 span { border-color: rgb(219,108,99); }

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