Html Css Color HEX #DB635B Roman

📋 copy color: '#DB635B'

red 219 ◦ green 99 ◦ blue 91

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

Shades of Roman #DB635B

Tints of Roman #DB635B

RGB

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

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

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

R = 53.55%
G = 24.21%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB635B (or 0xDB635B) is known color: Roman. HEX triplet: DB, 63 and 5B. RGB value is (219,99,91). Sum of RGB (Red+Green+Blue) = 219+99+91=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB635B is #249CA4. Grayscale: #868686. Windows color (decimal): -2399397 or 5989339. OLE color: 5989339.

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

Color convert

RGB 219 99 91 -
CMYK 0 0.55 0.58 0.14
HSL 3.75º 0.64% 0.61% -
HSV(B) 3.75º 0.58% 0.86% -
XYZ 35.56 24.74 12.8 -
YUV 133.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 219 99 91 0 0.55 0.58 0.14 3.75 0.64 0.61
Hex DB 63 5B 0 37 3A E 4 40 3D
Octal 333 143 133 0 67 72 16 4 100 75
Binary 11011011 1100011 1011011 0 110111 111010 1110 100 1000000 111101

Color Harmonies of #DB635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB635B

Black with #DB635B

Text Example


Text Example

White with #DB635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB635B; }

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

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

background-color css

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

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

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

border-color css

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

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

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