Html Css Color HEX #DB6230 Sorbus

📋 copy color: '#DB6230'

red 219 ◦ green 98 ◦ blue 48

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

Shades of Sorbus #DB6230

Tints of Sorbus #DB6230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 60%
G = 26.85%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6230 (or 0xDB6230) is known color: Sorbus. HEX triplet: DB, 62 and 30. RGB value is (219,98,48). Sum of RGB (Red+Green+Blue) = 219+98+48=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6230 is #249DCF. Grayscale: #808080. Windows color (decimal): -2399696 or 3171035. OLE color: 3171035.

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

Color convert

RGB 219 98 48 -
CMYK 0 0.55 0.78 0.14
HSL 17.54º 0.7% 0.52% -
HSV(B) 17.54º 0.78% 0.86% -
XYZ 34.11 24.01 5.63 -
YUV 128.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 219 98 48 0 0.55 0.78 0.14 17.54 0.7 0.52
Hex DB 62 30 0 37 4E E 12 46 34
Octal 333 142 60 0 67 116 16 22 106 64
Binary 11011011 1100010 110000 0 110111 1001110 1110 10010 1000110 110100

Color Harmonies of #DB6230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6230

Black with #DB6230

Text Example


Text Example

White with #DB6230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6230; }

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

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

background-color css

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

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

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

border-color css

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

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

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