Html Css Color HEX #DA6A33 Sorbus

📋 copy color: '#DA6A33'

red 218 ◦ green 106 ◦ blue 51

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

Shades of Sorbus #DA6A33

Tints of Sorbus #DA6A33

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 58.13%
G = 28.27%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA6A33 (or 0xDA6A33) is known color: Sorbus. HEX triplet: DA, 6A and 33. RGB value is (218,106,51). Sum of RGB (Red+Green+Blue) = 218+106+51=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A33 is #2595CC. Grayscale: #858585. Windows color (decimal): -2463181 or 3369690. OLE color: 3369690.

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

Color convert

RGB 218 106 51 -
CMYK 0 0.51 0.77 0.15
HSL 19.76º 0.69% 0.53% -
HSV(B) 19.76º 0.77% 0.85% -
XYZ 34.67 25.45 6.22 -
YUV 133.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 218 106 51 0 0.51 0.77 0.15 19.76 0.69 0.53
Hex DA 6A 33 0 33 4D F 14 45 35
Octal 332 152 63 0 63 115 17 24 105 65
Binary 11011010 1101010 110011 0 110011 1001101 1111 10100 1000101 110101

Color Harmonies of #DA6A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A33

Black with #DA6A33

Text Example


Text Example

White with #DA6A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A33; }

 p { color: rgb(218,106,51); }

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

background-color css

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

 a { background-color: rgb(218,106,51); }

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

border-color css

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

 span { border-color: rgb(218,106,51); }

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