Html Css Color HEX #D6653F Sorbus

📋 copy color: '#D6653F'

red 214 ◦ green 101 ◦ blue 63

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

Shades of Sorbus #D6653F

Tints of Sorbus #D6653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.72%

 BLUE value IS 63 (25% from 255) = 16.67%

R = 56.61%
G = 26.72%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6653F (or 0xD6653F) is known color: Sorbus. HEX triplet: D6, 65 and 3F. RGB value is (214,101,63). Sum of RGB (Red+Green+Blue) = 214+101+63=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6653F is #299AC0. Grayscale: #828282. Windows color (decimal): -2726593 or 4154838. OLE color: 4154838.

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

Color convert

RGB 214 101 63 -
CMYK 0 0.53 0.71 0.16
HSL 15.1º 0.65% 0.54% -
HSV(B) 15.1º 0.71% 0.84% -
XYZ 33.28 23.96 7.57 -
YUV 130.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 214 101 63 0 0.53 0.71 0.16 15.1 0.65 0.54
Hex D6 65 3F 0 35 47 10 F 41 36
Octal 326 145 77 0 65 107 20 17 101 66
Binary 11010110 1100101 111111 0 110101 1000111 10000 1111 1000001 110110

Color Harmonies of #D6653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6653F

Black with #D6653F

Text Example


Text Example

White with #D6653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6653F; }

 p { color: rgb(214,101,63); }

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

background-color css

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

 a { background-color: rgb(214,101,63); }

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

border-color css

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

 span { border-color: rgb(214,101,63); }

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