Html Css Color HEX #DA6F3A Sorbus

📋 copy color: '#DA6F3A'

red 218 ◦ green 111 ◦ blue 58

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

Shades of Sorbus #DA6F3A

Tints of Sorbus #DA6F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

 BLUE value IS 58 (23.05% from 255) = 14.99%

R = 56.33%
G = 28.68%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA6F3A (or 0xDA6F3A) is known color: Sorbus. HEX triplet: DA, 6F and 3A. RGB value is (218,111,58). Sum of RGB (Red+Green+Blue) = 218+111+58=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F3A is #2590C5. Grayscale: #898989. Windows color (decimal): -2461894 or 3829722. OLE color: 3829722.

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

Color convert

RGB 218 111 58 -
CMYK 0 0.49 0.73 0.15
HSL 19.88º 0.68% 0.54% -
HSV(B) 19.88º 0.73% 0.85% -
XYZ 35.36 26.58 7.27 -
YUV 136.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 218 111 58 0 0.49 0.73 0.15 19.88 0.68 0.54
Hex DA 6F 3A 0 31 49 F 14 44 36
Octal 332 157 72 0 61 111 17 24 104 66
Binary 11011010 1101111 111010 0 110001 1001001 1111 10100 1000100 110110

Color Harmonies of #DA6F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F3A

Black with #DA6F3A

Text Example


Text Example

White with #DA6F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F3A; }

 p { color: rgb(218,111,58); }

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

background-color css

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

 a { background-color: rgb(218,111,58); }

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

border-color css

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

 span { border-color: rgb(218,111,58); }

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