Html Css Color HEX #DA6732 Sorbus

📋 copy color: '#DA6732'

red 218 ◦ green 103 ◦ blue 50

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

Shades of Sorbus #DA6732

Tints of Sorbus #DA6732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 58.76%
G = 27.76%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA6732 (or 0xDA6732) is known color: Sorbus. HEX triplet: DA, 67 and 32. RGB value is (218,103,50). Sum of RGB (Red+Green+Blue) = 218+103+50=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6732 is #2598CD. Grayscale: #838383. Windows color (decimal): -2463950 or 3303386. OLE color: 3303386.

HSL color Cylindrical-coordinate representation of color #DA6732: hue angle of 18.93º 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 #DA6732 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 50 -
CMYK 0 0.53 0.77 0.15
HSL 18.93º 0.69% 0.53% -
HSV(B) 18.93º 0.77% 0.85% -
XYZ 34.34 24.84 6 -
YUV 131.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 218 103 50 0 0.53 0.77 0.15 18.93 0.69 0.53
Hex DA 67 32 0 35 4D F 13 45 35
Octal 332 147 62 0 65 115 17 23 105 65
Binary 11011010 1100111 110010 0 110101 1001101 1111 10011 1000101 110101

Color Harmonies of #DA6732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6732

Black with #DA6732

Text Example


Text Example

White with #DA6732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6732; }

 p { color: rgb(218,103,50); }

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

background-color css

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

 a { background-color: rgb(218,103,50); }

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

border-color css

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

 span { border-color: rgb(218,103,50); }

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