Html Css Color HEX #DB6342 Sorbus

📋 copy color: '#DB6342'

red 219 ◦ green 99 ◦ blue 66

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

Shades of Sorbus #DB6342

Tints of Sorbus #DB6342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.78%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 57.03%
G = 25.78%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB6342 (or 0xDB6342) is known color: Sorbus. HEX triplet: DB, 63 and 42. RGB value is (219,99,66). Sum of RGB (Red+Green+Blue) = 219+99+66=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6342 is #249CBD. Grayscale: #838383. Windows color (decimal): -2399422 or 4350939. OLE color: 4350939.

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

Color convert

RGB 219 99 66 -
CMYK 0 0.55 0.70 0.14
HSL 12.94º 0.68% 0.56% -
HSV(B) 12.94º 0.7% 0.86% -
XYZ 34.66 24.38 8.03 -
YUV 131.12 91.26 190.68 -
System Red Green Blue C M Y K H S L
Decimal 219 99 66 0 0.55 0.70 0.14 12.94 0.68 0.56
Hex DB 63 42 0 37 46 E D 44 38
Octal 333 143 102 0 67 106 16 15 104 70
Binary 11011011 1100011 1000010 0 110111 1000110 1110 1101 1000100 111000

Color Harmonies of #DB6342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6342

Black with #DB6342

Text Example


Text Example

White with #DB6342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6342; }

 p { color: rgb(219,99,66); }

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

background-color css

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

 a { background-color: rgb(219,99,66); }

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

border-color css

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

 span { border-color: rgb(219,99,66); }

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