Html Css Color HEX #D5653D Sorbus

📋 copy color: '#D5653D'

red 213 ◦ green 101 ◦ blue 61

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

Shades of Sorbus #D5653D

Tints of Sorbus #D5653D

RGB

 RED value IS 213 (83.59% from 255) = 56.8%

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

 BLUE value IS 61 (24.22% from 255) = 16.27%

R = 56.8%
G = 26.93%
B = 16.27%

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

#D5653D (or 0xD5653D) is known color: Sorbus. HEX triplet: D5, 65 and 3D. RGB value is (213,101,61). Sum of RGB (Red+Green+Blue) = 213+101+61=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5653D is #2A9AC2. Grayscale: #828282. Windows color (decimal): -2792131 or 4023765. OLE color: 4023765.

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

Color convert

RGB 213 101 61 -
CMYK 0 0.53 0.71 0.16
HSL 15.79º 0.64% 0.54% -
HSV(B) 15.79º 0.71% 0.84% -
XYZ 32.94 23.79 7.27 -
YUV 129.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 213 101 61 0 0.53 0.71 0.16 15.79 0.64 0.54
Hex D5 65 3D 0 35 47 10 10 40 36
Octal 325 145 75 0 65 107 20 20 100 66
Binary 11010101 1100101 111101 0 110101 1000111 10000 10000 1000000 110110

Color Harmonies of #D5653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5653D

Black with #D5653D

Text Example


Text Example

White with #D5653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5653D; }

 p { color: rgb(213,101,61); }

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

background-color css

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

 a { background-color: rgb(213,101,61); }

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

border-color css

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

 span { border-color: rgb(213,101,61); }

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