Html Css Color HEX #DB675B Roman

📋 copy color: '#DB675B'

red 219 ◦ green 103 ◦ blue 91

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

Shades of Roman #DB675B

Tints of Roman #DB675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.03%

R = 53.03%
G = 24.94%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB675B (or 0xDB675B) is known color: Roman. HEX triplet: DB, 67 and 5B. RGB value is (219,103,91). Sum of RGB (Red+Green+Blue) = 219+103+91=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB675B is #2498A4. Grayscale: #888888. Windows color (decimal): -2398373 or 5990363. OLE color: 5990363.

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

Color convert

RGB 219 103 91 -
CMYK 0 0.53 0.58 0.14
HSL 5.63º 0.64% 0.61% -
HSV(B) 5.63º 0.58% 0.86% -
XYZ 35.95 25.52 12.93 -
YUV 136.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 219 103 91 0 0.53 0.58 0.14 5.63 0.64 0.61
Hex DB 67 5B 0 35 3A E 6 40 3D
Octal 333 147 133 0 65 72 16 6 100 75
Binary 11011011 1100111 1011011 0 110101 111010 1110 110 1000000 111101

Color Harmonies of #DB675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB675B

Black with #DB675B

Text Example


Text Example

White with #DB675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB675B; }

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

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

background-color css

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

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

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

border-color css

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

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

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