Html Css Color HEX #DB6B67 Roman

📋 copy color: '#DB6B67'

red 219 ◦ green 107 ◦ blue 103

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

Shades of Roman #DB6B67

Tints of Roman #DB6B67

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

 BLUE value IS 103 (40.63% from 255) = 24.01%

R = 51.05%
G = 24.94%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB6B67 (or 0xDB6B67) is known color: Roman. HEX triplet: DB, 6B and 67. RGB value is (219,107,103). Sum of RGB (Red+Green+Blue) = 219+107+103=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B67 is #249498. Grayscale: #8C8C8C. Windows color (decimal): -2397337 or 6777819. OLE color: 6777819.

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

Color convert

RGB 219 107 103 -
CMYK 0 0.51 0.53 0.14
HSL 2.07º 0.62% 0.63% -
HSV(B) 2.07º 0.53% 0.86% -
XYZ 36.92 26.55 16.01 -
YUV 140.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 219 107 103 0 0.51 0.53 0.14 2.07 0.62 0.63
Hex DB 6B 67 0 33 35 E 2 3E 3F
Octal 333 153 147 0 63 65 16 2 76 77
Binary 11011011 1101011 1100111 0 110011 110101 1110 10 111110 111111

Color Harmonies of #DB6B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B67

Black with #DB6B67

Text Example


Text Example

White with #DB6B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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