Html Css Color HEX #DB6661 Roman

📋 copy color: '#DB6661'

red 219 ◦ green 102 ◦ blue 97

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

Shades of Roman #DB6661

Tints of Roman #DB6661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 52.39%
G = 24.4%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB6661 (or 0xDB6661) is known color: Roman. HEX triplet: DB, 66 and 61. RGB value is (219,102,97). Sum of RGB (Red+Green+Blue) = 219+102+97=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6661 is #24999E. Grayscale: #888888. Windows color (decimal): -2398623 or 6383323. OLE color: 6383323.

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

Color convert

RGB 219 102 97 -
CMYK 0 0.53 0.56 0.14
HSL 2.46º 0.63% 0.62% -
HSV(B) 2.46º 0.56% 0.86% -
XYZ 36.12 25.43 14.31 -
YUV 136.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 219 102 97 0 0.53 0.56 0.14 2.46 0.63 0.62
Hex DB 66 61 0 35 38 E 2 3F 3E
Octal 333 146 141 0 65 70 16 2 77 76
Binary 11011011 1100110 1100001 0 110101 111000 1110 10 111111 111110

Color Harmonies of #DB6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6661

Black with #DB6661

Text Example


Text Example

White with #DB6661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6661; }

 p { color: rgb(219,102,97); }

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

background-color css

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

 a { background-color: rgb(219,102,97); }

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

border-color css

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

 span { border-color: rgb(219,102,97); }

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