Html Css Color HEX #DB623F Sorbus

📋 copy color: '#DB623F'

red 219 ◦ green 98 ◦ blue 63

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

Shades of Sorbus #DB623F

Tints of Sorbus #DB623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 57.63%
G = 25.79%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB623F (or 0xDB623F) is known color: Sorbus. HEX triplet: DB, 62 and 3F. RGB value is (219,98,63). Sum of RGB (Red+Green+Blue) = 219+98+63=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB623F is #249DC0. Grayscale: #828282. Windows color (decimal): -2399681 or 4154075. OLE color: 4154075.

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

Color convert

RGB 219 98 63 -
CMYK 0 0.55 0.71 0.14
HSL 13.46º 0.68% 0.55% -
HSV(B) 13.46º 0.71% 0.86% -
XYZ 34.48 24.15 7.55 -
YUV 130.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 219 98 63 0 0.55 0.71 0.14 13.46 0.68 0.55
Hex DB 62 3F 0 37 47 E D 44 37
Octal 333 142 77 0 67 107 16 15 104 67
Binary 11011011 1100010 111111 0 110111 1000111 1110 1101 1000100 110111

Color Harmonies of #DB623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB623F

Black with #DB623F

Text Example


Text Example

White with #DB623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB623F; }

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

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

background-color css

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

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

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

border-color css

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

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

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