Html Css Color HEX #DA6D3C Sorbus

📋 copy color: '#DA6D3C'

red 218 ◦ green 109 ◦ blue 60

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

Shades of Sorbus #DA6D3C

Tints of Sorbus #DA6D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 60 (23.83% from 255) = 15.5%

R = 56.33%
G = 28.17%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA6D3C (or 0xDA6D3C) is known color: Sorbus. HEX triplet: DA, 6D and 3C. RGB value is (218,109,60). Sum of RGB (Red+Green+Blue) = 218+109+60=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D3C is #2592C3. Grayscale: #888888. Windows color (decimal): -2462404 or 3960282. OLE color: 3960282.

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

Color convert

RGB 218 109 60 -
CMYK 0 0.5 0.72 0.15
HSL 18.61º 0.68% 0.55% -
HSV(B) 18.61º 0.72% 0.85% -
XYZ 35.2 26.17 7.47 -
YUV 136.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 218 109 60 0 0.5 0.72 0.15 18.61 0.68 0.55
Hex DA 6D 3C 0 32 48 F 13 44 37
Octal 332 155 74 0 62 110 17 23 104 67
Binary 11011010 1101101 111100 0 110010 1001000 1111 10011 1000100 110111

Color Harmonies of #DA6D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D3C

Black with #DA6D3C

Text Example


Text Example

White with #DA6D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D3C; }

 p { color: rgb(218,109,60); }

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

background-color css

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

 a { background-color: rgb(218,109,60); }

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

border-color css

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

 span { border-color: rgb(218,109,60); }

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