Html Css Color HEX #D6663B Sorbus

📋 copy color: '#D6663B'

red 214 ◦ green 102 ◦ blue 59

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

Shades of Sorbus #D6663B

Tints of Sorbus #D6663B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.73%

R = 57.07%
G = 27.2%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6663B (or 0xD6663B) is known color: Sorbus. HEX triplet: D6, 66 and 3B. RGB value is (214,102,59). Sum of RGB (Red+Green+Blue) = 214+102+59=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6663B is #2999C4. Grayscale: #828282. Windows color (decimal): -2726341 or 3892950. OLE color: 3892950.

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

Color convert

RGB 214 102 59 -
CMYK 0 0.52 0.72 0.16
HSL 16.65º 0.65% 0.54% -
HSV(B) 16.65º 0.72% 0.84% -
XYZ 33.27 24.11 7.04 -
YUV 130.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 214 102 59 0 0.52 0.72 0.16 16.65 0.65 0.54
Hex D6 66 3B 0 34 48 10 11 41 36
Octal 326 146 73 0 64 110 20 21 101 66
Binary 11010110 1100110 111011 0 110100 1001000 10000 10001 1000001 110110

Color Harmonies of #D6663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6663B

Black with #D6663B

Text Example


Text Example

White with #D6663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6663B; }

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

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

background-color css

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

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

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

border-color css

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

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

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