Html Css Color HEX #D6653A Sorbus

📋 copy color: '#D6653A'

red 214 ◦ green 101 ◦ blue 58

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

Shades of Sorbus #D6653A

Tints of Sorbus #D6653A

RGB

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

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

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

R = 57.37%
G = 27.08%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6653A (or 0xD6653A) is known color: Sorbus. HEX triplet: D6, 65 and 3A. RGB value is (214,101,58). Sum of RGB (Red+Green+Blue) = 214+101+58=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6653A is #299AC5. Grayscale: #828282. Windows color (decimal): -2726598 or 3827158. OLE color: 3827158.

HSL color Cylindrical-coordinate representation of color #D6653A: hue angle of 16.54º 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 #D6653A is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 58 -
CMYK 0 0.53 0.73 0.16
HSL 16.54º 0.66% 0.53% -
HSV(B) 16.54º 0.73% 0.84% -
XYZ 33.15 23.91 6.87 -
YUV 129.89 87.44 188 -
System Red Green Blue C M Y K H S L
Decimal 214 101 58 0 0.53 0.73 0.16 16.54 0.66 0.53
Hex D6 65 3A 0 35 49 10 11 42 35
Octal 326 145 72 0 65 111 20 21 102 65
Binary 11010110 1100101 111010 0 110101 1001001 10000 10001 1000010 110101

Color Harmonies of #D6653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6653A

Black with #D6653A

Text Example


Text Example

White with #D6653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6653A; }

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

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

background-color css

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

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

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

border-color css

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

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

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