Html Css Color HEX #DB6765 Roman

📋 copy color: '#DB6765'

red 219 ◦ green 103 ◦ blue 101

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

Shades of Roman #DB6765

Tints of Roman #DB6765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 51.77%
G = 24.35%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB6765 (or 0xDB6765) is known color: Roman. HEX triplet: DB, 67 and 65. RGB value is (219,103,101). Sum of RGB (Red+Green+Blue) = 219+103+101=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6765 is #24989A. Grayscale: #898989. Windows color (decimal): -2398363 or 6645723. OLE color: 6645723.

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

Color convert

RGB 219 103 101 -
CMYK 0 0.53 0.54 0.14
HSL 1.02º 0.62% 0.63% -
HSV(B) 1.02º 0.54% 0.86% -
XYZ 36.41 25.7 15.35 -
YUV 137.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 219 103 101 0 0.53 0.54 0.14 1.02 0.62 0.63
Hex DB 67 65 0 35 36 E 1 3E 3F
Octal 333 147 145 0 65 66 16 1 76 77
Binary 11011011 1100111 1100101 0 110101 110110 1110 1 111110 111111

Color Harmonies of #DB6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6765

Black with #DB6765

Text Example


Text Example

White with #DB6765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6765; }

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

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

background-color css

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

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

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

border-color css

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

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

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