Html Css Color HEX #DA6532 Sorbus

📋 copy color: '#DA6532'

red 218 ◦ green 101 ◦ blue 50

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

Shades of Sorbus #DA6532

Tints of Sorbus #DA6532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

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

R = 59.08%
G = 27.37%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA6532 (or 0xDA6532) is known color: Sorbus. HEX triplet: DA, 65 and 32. RGB value is (218,101,50). Sum of RGB (Red+Green+Blue) = 218+101+50=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6532 is #259ACD. Grayscale: #828282. Windows color (decimal): -2464462 or 3302874. OLE color: 3302874.

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

Color convert

RGB 218 101 50 -
CMYK 0 0.54 0.77 0.15
HSL 18.21º 0.69% 0.53% -
HSV(B) 18.21º 0.77% 0.85% -
XYZ 34.14 24.44 5.94 -
YUV 130.17 82.76 190.65 -
System Red Green Blue C M Y K H S L
Decimal 218 101 50 0 0.54 0.77 0.15 18.21 0.69 0.53
Hex DA 65 32 0 36 4D F 12 45 35
Octal 332 145 62 0 66 115 17 22 105 65
Binary 11011010 1100101 110010 0 110110 1001101 1111 10010 1000101 110101

Color Harmonies of #DA6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6532

Black with #DA6532

Text Example


Text Example

White with #DA6532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6532; }

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

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

background-color css

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

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

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

border-color css

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

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

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