Html Css Color HEX #DB653F Sorbus

📋 copy color: '#DB653F'

red 219 ◦ green 101 ◦ blue 63

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

Shades of Sorbus #DB653F

Tints of Sorbus #DB653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

 BLUE value IS 63 (25% from 255) = 16.45%

R = 57.18%
G = 26.37%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB653F (or 0xDB653F) is known color: Sorbus. HEX triplet: DB, 65 and 3F. RGB value is (219,101,63). Sum of RGB (Red+Green+Blue) = 219+101+63=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB653F is #249AC0. Grayscale: #848484. Windows color (decimal): -2398913 or 4154843. OLE color: 4154843.

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

Color convert

RGB 219 101 63 -
CMYK 0 0.54 0.71 0.14
HSL 14.62º 0.68% 0.55% -
HSV(B) 14.62º 0.71% 0.86% -
XYZ 34.76 24.73 7.64 -
YUV 131.95 89.09 190.09 -
System Red Green Blue C M Y K H S L
Decimal 219 101 63 0 0.54 0.71 0.14 14.62 0.68 0.55
Hex DB 65 3F 0 36 47 E F 44 37
Octal 333 145 77 0 66 107 16 17 104 67
Binary 11011011 1100101 111111 0 110110 1000111 1110 1111 1000100 110111

Color Harmonies of #DB653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB653F

Black with #DB653F

Text Example


Text Example

White with #DB653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB653F; }

 p { color: rgb(219,101,63); }

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

background-color css

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

 a { background-color: rgb(219,101,63); }

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

border-color css

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

 span { border-color: rgb(219,101,63); }

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