Html Css Color HEX #DA6438 Sorbus

📋 copy color: '#DA6438'

red 218 ◦ green 100 ◦ blue 56

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

Shades of Sorbus #DA6438

Tints of Sorbus #DA6438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.97%

R = 58.29%
G = 26.74%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA6438 (or 0xDA6438) is known color: Sorbus. HEX triplet: DA, 64 and 38. RGB value is (218,100,56). Sum of RGB (Red+Green+Blue) = 218+100+56=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6438 is #259BC7. Grayscale: #828282. Windows color (decimal): -2464712 or 3695834. OLE color: 3695834.

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

Color convert

RGB 218 100 56 -
CMYK 0 0.54 0.74 0.15
HSL 16.3º 0.69% 0.54% -
HSV(B) 16.3º 0.74% 0.85% -
XYZ 34.18 24.31 6.63 -
YUV 130.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 218 100 56 0 0.54 0.74 0.15 16.3 0.69 0.54
Hex DA 64 38 0 36 4A F 10 45 36
Octal 332 144 70 0 66 112 17 20 105 66
Binary 11011010 1100100 111000 0 110110 1001010 1111 10000 1000101 110110

Color Harmonies of #DA6438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6438

Black with #DA6438

Text Example


Text Example

White with #DA6438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6438; }

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

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

background-color css

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

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

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

border-color css

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

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

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