Html Css Color HEX #DB673D Sorbus

📋 copy color: '#DB673D'

red 219 ◦ green 103 ◦ blue 61

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

Shades of Sorbus #DB673D

Tints of Sorbus #DB673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.89%

 BLUE value IS 61 (24.22% from 255) = 15.93%

R = 57.18%
G = 26.89%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB673D (or 0xDB673D) is known color: Sorbus. HEX triplet: DB, 67 and 3D. RGB value is (219,103,61). Sum of RGB (Red+Green+Blue) = 219+103+61=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB673D is #2498C2. Grayscale: #858585. Windows color (decimal): -2398403 or 4024283. OLE color: 4024283.

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

Color convert

RGB 219 103 61 -
CMYK 0 0.53 0.72 0.14
HSL 15.95º 0.69% 0.55% -
HSV(B) 15.95º 0.72% 0.86% -
XYZ 34.91 25.1 7.42 -
YUV 132.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 219 103 61 0 0.53 0.72 0.14 15.95 0.69 0.55
Hex DB 67 3D 0 35 48 E 10 45 37
Octal 333 147 75 0 65 110 16 20 105 67
Binary 11011011 1100111 111101 0 110101 1001000 1110 10000 1000101 110111

Color Harmonies of #DB673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB673D

Black with #DB673D

Text Example


Text Example

White with #DB673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB673D; }

 p { color: rgb(219,103,61); }

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

background-color css

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

 a { background-color: rgb(219,103,61); }

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

border-color css

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

 span { border-color: rgb(219,103,61); }

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