Html Css Color HEX #DA6139 Sorbus

📋 copy color: '#DA6139'

red 218 ◦ green 97 ◦ blue 57

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

Shades of Sorbus #DA6139

Tints of Sorbus #DA6139

RGB

 RED value IS 218 (85.55% from 255) = 58.6%

 GREEN value IS 97 (38.28% from 255) = 26.08%

 BLUE value IS 57 (22.66% from 255) = 15.32%

R = 58.6%
G = 26.08%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA6139 (or 0xDA6139) is known color: Sorbus. HEX triplet: DA, 61 and 39. RGB value is (218,97,57). Sum of RGB (Red+Green+Blue) = 218+97+57=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6139 is #259EC6. Grayscale: #808080. Windows color (decimal): -2465479 or 3760602. OLE color: 3760602.

HSL color Cylindrical-coordinate representation of color #DA6139: hue angle of 14.91º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA6139 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 97 57 -
CMYK 0 0.56 0.74 0.15
HSL 14.91º 0.69% 0.54% -
HSV(B) 14.91º 0.74% 0.85% -
XYZ 33.93 23.75 6.67 -
YUV 128.62 87.59 191.75 -
System Red Green Blue C M Y K H S L
Decimal 218 97 57 0 0.56 0.74 0.15 14.91 0.69 0.54
Hex DA 61 39 0 38 4A F F 45 36
Octal 332 141 71 0 70 112 17 17 105 66
Binary 11011010 1100001 111001 0 111000 1001010 1111 1111 1000101 110110

Color Harmonies of #DA6139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6139

Black with #DA6139

Text Example


Text Example

White with #DA6139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6139; }

 p { color: rgb(218,97,57); }

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

background-color css

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

 a { background-color: rgb(218,97,57); }

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

border-color css

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

 span { border-color: rgb(218,97,57); }

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