Html Css Color HEX #DB635E Roman

📋 copy color: '#DB635E'

red 219 ◦ green 99 ◦ blue 94

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

Shades of Roman #DB635E

Tints of Roman #DB635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.03%

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 53.16%
G = 24.03%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB635E (or 0xDB635E) is known color: Roman. HEX triplet: DB, 63 and 5E. RGB value is (219,99,94). Sum of RGB (Red+Green+Blue) = 219+99+94=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB635E is #249CA1. Grayscale: #868686. Windows color (decimal): -2399394 or 6185947. OLE color: 6185947.

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

Color convert

RGB 219 99 94 -
CMYK 0 0.55 0.57 0.14
HSL 2.4º 0.63% 0.61% -
HSV(B) 2.4º 0.57% 0.86% -
XYZ 35.7 24.79 13.49 -
YUV 134.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 219 99 94 0 0.55 0.57 0.14 2.4 0.63 0.61
Hex DB 63 5E 0 37 39 E 2 3F 3D
Octal 333 143 136 0 67 71 16 2 77 75
Binary 11011011 1100011 1011110 0 110111 111001 1110 10 111111 111101

Color Harmonies of #DB635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB635E

Black with #DB635E

Text Example


Text Example

White with #DB635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB635E; }

 p { color: rgb(219,99,94); }

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

background-color css

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

 a { background-color: rgb(219,99,94); }

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

border-color css

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

 span { border-color: rgb(219,99,94); }

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