Html Css Color HEX #DB622F Sorbus

📋 copy color: '#DB622F'

red 219 ◦ green 98 ◦ blue 47

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

Shades of Sorbus #DB622F

Tints of Sorbus #DB622F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 60.16%
G = 26.92%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB622F (or 0xDB622F) is known color: Sorbus. HEX triplet: DB, 62 and 2F. RGB value is (219,98,47). Sum of RGB (Red+Green+Blue) = 219+98+47=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB622F is #249DD0. Grayscale: #808080. Windows color (decimal): -2399697 or 3105499. OLE color: 3105499.

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

Color convert

RGB 219 98 47 -
CMYK 0 0.55 0.79 0.14
HSL 17.79º 0.7% 0.52% -
HSV(B) 17.79º 0.79% 0.86% -
XYZ 34.09 24 5.52 -
YUV 128.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 219 98 47 0 0.55 0.79 0.14 17.79 0.7 0.52
Hex DB 62 2F 0 37 4F E 12 46 34
Octal 333 142 57 0 67 117 16 22 106 64
Binary 11011011 1100010 101111 0 110111 1001111 1110 10010 1000110 110100

Color Harmonies of #DB622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB622F

Black with #DB622F

Text Example


Text Example

White with #DB622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB622F; }

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

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

background-color css

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

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

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

border-color css

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

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

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