Html Css Color HEX #DA6935 Sorbus

📋 copy color: '#DA6935'

red 218 ◦ green 105 ◦ blue 53

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

Shades of Sorbus #DA6935

Tints of Sorbus #DA6935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 57.98%
G = 27.93%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA6935 (or 0xDA6935) is known color: Sorbus. HEX triplet: DA, 69 and 35. RGB value is (218,105,53). Sum of RGB (Red+Green+Blue) = 218+105+53=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6935 is #2596CA. Grayscale: #858585. Windows color (decimal): -2463435 or 3500506. OLE color: 3500506.

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

Color convert

RGB 218 105 53 -
CMYK 0 0.52 0.76 0.15
HSL 18.91º 0.69% 0.53% -
HSV(B) 18.91º 0.76% 0.85% -
XYZ 34.61 25.27 6.42 -
YUV 132.86 82.94 188.73 -
System Red Green Blue C M Y K H S L
Decimal 218 105 53 0 0.52 0.76 0.15 18.91 0.69 0.53
Hex DA 69 35 0 34 4C F 13 45 35
Octal 332 151 65 0 64 114 17 23 105 65
Binary 11011010 1101001 110101 0 110100 1001100 1111 10011 1000101 110101

Color Harmonies of #DA6935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6935

Black with #DA6935

Text Example


Text Example

White with #DA6935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6935; }

 p { color: rgb(218,105,53); }

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

background-color css

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

 a { background-color: rgb(218,105,53); }

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

border-color css

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

 span { border-color: rgb(218,105,53); }

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