Html Css Color HEX #DB6530 Sorbus

📋 copy color: '#DB6530'

red 219 ◦ green 101 ◦ blue 48

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

Shades of Sorbus #DB6530

Tints of Sorbus #DB6530

RGB

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

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

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

R = 59.51%
G = 27.45%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6530 (or 0xDB6530) is known color: Sorbus. HEX triplet: DB, 65 and 30. RGB value is (219,101,48). Sum of RGB (Red+Green+Blue) = 219+101+48=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6530 is #249ACF. Grayscale: #828282. Windows color (decimal): -2398928 or 3171803. OLE color: 3171803.

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

Color convert

RGB 219 101 48 -
CMYK 0 0.54 0.78 0.14
HSL 18.6º 0.7% 0.52% -
HSV(B) 18.6º 0.78% 0.86% -
XYZ 34.4 24.58 5.73 -
YUV 130.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 219 101 48 0 0.54 0.78 0.14 18.6 0.7 0.52
Hex DB 65 30 0 36 4E E 13 46 34
Octal 333 145 60 0 66 116 16 23 106 64
Binary 11011011 1100101 110000 0 110110 1001110 1110 10011 1000110 110100

Color Harmonies of #DB6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6530

Black with #DB6530

Text Example


Text Example

White with #DB6530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6530; }

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

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

background-color css

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

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

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

border-color css

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

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

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