Html Css Color HEX #DA6432 Sorbus

📋 copy color: '#DA6432'

red 218 ◦ green 100 ◦ blue 50

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

Shades of Sorbus #DA6432

Tints of Sorbus #DA6432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 59.24%
G = 27.17%
B = 13.59%

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

#DA6432 (or 0xDA6432) is known color: Sorbus. HEX triplet: DA, 64 and 32. RGB value is (218,100,50). Sum of RGB (Red+Green+Blue) = 218+100+50=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6432 is #259BCD. Grayscale: #818181. Windows color (decimal): -2464718 or 3302618. OLE color: 3302618.

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

Color convert

RGB 218 100 50 -
CMYK 0 0.54 0.77 0.15
HSL 17.86º 0.69% 0.53% -
HSV(B) 17.86º 0.77% 0.85% -
XYZ 34.05 24.25 5.9 -
YUV 129.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 218 100 50 0 0.54 0.77 0.15 17.86 0.69 0.53
Hex DA 64 32 0 36 4D F 12 45 35
Octal 332 144 62 0 66 115 17 22 105 65
Binary 11011010 1100100 110010 0 110110 1001101 1111 10010 1000101 110101

Color Harmonies of #DA6432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6432

Black with #DA6432

Text Example


Text Example

White with #DA6432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6432; }

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

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

background-color css

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

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

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

border-color css

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

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

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