Html Css Color HEX #D5663F Sorbus

📋 copy color: '#D5663F'

red 213 ◦ green 102 ◦ blue 63

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

Shades of Sorbus #D5663F

Tints of Sorbus #D5663F

RGB

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

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

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

R = 56.35%
G = 26.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5663F (or 0xD5663F) is known color: Sorbus. HEX triplet: D5, 66 and 3F. RGB value is (213,102,63). Sum of RGB (Red+Green+Blue) = 213+102+63=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5663F is #2A99C0. Grayscale: #838383. Windows color (decimal): -2791873 or 4155093. OLE color: 4155093.

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

Color convert

RGB 213 102 63 -
CMYK 0 0.52 0.70 0.16
HSL 15.6º 0.64% 0.54% -
HSV(B) 15.6º 0.7% 0.84% -
XYZ 33.09 24.01 7.59 -
YUV 130.74 89.77 186.67 -
System Red Green Blue C M Y K H S L
Decimal 213 102 63 0 0.52 0.70 0.16 15.6 0.64 0.54
Hex D5 66 3F 0 34 46 10 10 40 36
Octal 325 146 77 0 64 106 20 20 100 66
Binary 11010101 1100110 111111 0 110100 1000110 10000 10000 1000000 110110

Color Harmonies of #D5663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5663F

Black with #D5663F

Text Example


Text Example

White with #D5663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5663F; }

 p { color: rgb(213,102,63); }

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

background-color css

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

 a { background-color: rgb(213,102,63); }

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

border-color css

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

 span { border-color: rgb(213,102,63); }

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