Html Css Color HEX #D6663A Sorbus

📋 copy color: '#D6663A'

red 214 ◦ green 102 ◦ blue 58

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

Shades of Sorbus #D6663A

Tints of Sorbus #D6663A

RGB

 RED value IS 214 (83.98% from 255) = 57.22%

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

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

R = 57.22%
G = 27.27%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6663A (or 0xD6663A) is known color: Sorbus. HEX triplet: D6, 66 and 3A. RGB value is (214,102,58). Sum of RGB (Red+Green+Blue) = 214+102+58=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6663A is #2999C5. Grayscale: #828282. Windows color (decimal): -2726342 or 3827414. OLE color: 3827414.

HSL color Cylindrical-coordinate representation of color #D6663A: hue angle of 16.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6663A is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 102 58 -
CMYK 0 0.52 0.73 0.16
HSL 16.92º 0.66% 0.53% -
HSV(B) 16.92º 0.73% 0.84% -
XYZ 33.25 24.1 6.9 -
YUV 130.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 214 102 58 0 0.52 0.73 0.16 16.92 0.66 0.53
Hex D6 66 3A 0 34 49 10 11 42 35
Octal 326 146 72 0 64 111 20 21 102 65
Binary 11010110 1100110 111010 0 110100 1001001 10000 10001 1000010 110101

Color Harmonies of #D6663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6663A

Black with #D6663A

Text Example


Text Example

White with #D6663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6663A; }

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

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

background-color css

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

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

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

border-color css

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

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

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