Html Css Color HEX #D8663A Sorbus

📋 copy color: '#D8663A'

red 216 ◦ green 102 ◦ blue 58

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

Shades of Sorbus #D8663A

Tints of Sorbus #D8663A

RGB

 RED value IS 216 (84.77% from 255) = 57.45%

 GREEN value IS 102 (40.23% from 255) = 27.13%

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 57.45%
G = 27.13%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8663A (or 0xD8663A) is known color: Sorbus. HEX triplet: D8, 66 and 3A. RGB value is (216,102,58). Sum of RGB (Red+Green+Blue) = 216+102+58=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8663A is #2799C5. Grayscale: #838383. Windows color (decimal): -2595270 or 3827416. OLE color: 3827416.

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

Color convert

RGB 216 102 58 -
CMYK 0 0.53 0.73 0.15
HSL 16.71º 0.67% 0.54% -
HSV(B) 16.71º 0.73% 0.85% -
XYZ 33.83 24.41 6.93 -
YUV 131.07 86.77 188.58 -
System Red Green Blue C M Y K H S L
Decimal 216 102 58 0 0.53 0.73 0.15 16.71 0.67 0.54
Hex D8 66 3A 0 35 49 F 11 43 36
Octal 330 146 72 0 65 111 17 21 103 66
Binary 11011000 1100110 111010 0 110101 1001001 1111 10001 1000011 110110

Color Harmonies of #D8663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8663A

Black with #D8663A

Text Example


Text Example

White with #D8663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8663A; }

 p { color: rgb(216,102,58); }

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

background-color css

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

 a { background-color: rgb(216,102,58); }

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

border-color css

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

 span { border-color: rgb(216,102,58); }

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