Html Css Color HEX #DB6761 Roman

📋 copy color: '#DB6761'

red 219 ◦ green 103 ◦ blue 97

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

Shades of Roman #DB6761

Tints of Roman #DB6761

RGB

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

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

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

R = 52.27%
G = 24.58%
B = 23.15%

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

#DB6761 (or 0xDB6761) is known color: Roman. HEX triplet: DB, 67 and 61. RGB value is (219,103,97). Sum of RGB (Red+Green+Blue) = 219+103+97=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6761 is #24989E. Grayscale: #898989. Windows color (decimal): -2398367 or 6383579. OLE color: 6383579.

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

Color convert

RGB 219 103 97 -
CMYK 0 0.53 0.56 0.14
HSL 2.95º 0.63% 0.62% -
HSV(B) 2.95º 0.56% 0.86% -
XYZ 36.22 25.62 14.35 -
YUV 137 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 219 103 97 0 0.53 0.56 0.14 2.95 0.63 0.62
Hex DB 67 61 0 35 38 E 3 3F 3E
Octal 333 147 141 0 65 70 16 3 77 76
Binary 11011011 1100111 1100001 0 110101 111000 1110 11 111111 111110

Color Harmonies of #DB6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6761

Black with #DB6761

Text Example


Text Example

White with #DB6761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6761; }

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

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

background-color css

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

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

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

border-color css

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

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

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