Html Css Color HEX #DB635C Roman

📋 copy color: '#DB635C'

red 219 ◦ green 99 ◦ blue 92

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

Shades of Roman #DB635C

Tints of Roman #DB635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 53.41%
G = 24.15%
B = 22.44%

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

#DB635C (or 0xDB635C) is known color: Roman. HEX triplet: DB, 63 and 5C. RGB value is (219,99,92). Sum of RGB (Red+Green+Blue) = 219+99+92=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB635C is #249CA3. Grayscale: #868686. Windows color (decimal): -2399396 or 6054875. OLE color: 6054875.

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

Color convert

RGB 219 99 92 -
CMYK 0 0.55 0.58 0.14
HSL 3.31º 0.64% 0.61% -
HSV(B) 3.31º 0.58% 0.86% -
XYZ 35.61 24.76 13.03 -
YUV 134.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 219 99 92 0 0.55 0.58 0.14 3.31 0.64 0.61
Hex DB 63 5C 0 37 3A E 3 40 3D
Octal 333 143 134 0 67 72 16 3 100 75
Binary 11011011 1100011 1011100 0 110111 111010 1110 11 1000000 111101

Color Harmonies of #DB635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB635C

Black with #DB635C

Text Example


Text Example

White with #DB635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB635C; }

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

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

background-color css

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

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

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

border-color css

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

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

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