Html Css Color HEX #DB6430 Sorbus

📋 copy color: '#DB6430'

red 219 ◦ green 100 ◦ blue 48

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

Shades of Sorbus #DB6430

Tints of Sorbus #DB6430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 59.67%
G = 27.25%
B = 13.08%

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

#DB6430 (or 0xDB6430) is known color: Sorbus. HEX triplet: DB, 64 and 30. RGB value is (219,100,48). Sum of RGB (Red+Green+Blue) = 219+100+48=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6430 is #249BCF. Grayscale: #818181. Windows color (decimal): -2399184 or 3171547. OLE color: 3171547.

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

Color convert

RGB 219 100 48 -
CMYK 0 0.54 0.78 0.14
HSL 18.25º 0.7% 0.52% -
HSV(B) 18.25º 0.78% 0.86% -
XYZ 34.3 24.39 5.7 -
YUV 129.65 81.92 191.73 -
System Red Green Blue C M Y K H S L
Decimal 219 100 48 0 0.54 0.78 0.14 18.25 0.7 0.52
Hex DB 64 30 0 36 4E E 12 46 34
Octal 333 144 60 0 66 116 16 22 106 64
Binary 11011011 1100100 110000 0 110110 1001110 1110 10010 1000110 110100

Color Harmonies of #DB6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6430

Black with #DB6430

Text Example


Text Example

White with #DB6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6430; }

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

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

background-color css

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

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

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

border-color css

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

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

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