Html Css Color HEX #D66541 Sorbus

📋 copy color: '#D66541'

red 214 ◦ green 101 ◦ blue 65

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

Shades of Sorbus #D66541

Tints of Sorbus #D66541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 56.32%
G = 26.58%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D66541 (or 0xD66541) is known color: Sorbus. HEX triplet: D6, 65 and 41. RGB value is (214,101,65). Sum of RGB (Red+Green+Blue) = 214+101+65=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D66541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66541 is #299ABE. Grayscale: #828282. Windows color (decimal): -2726591 or 4285910. OLE color: 4285910.

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

Color convert

RGB 214 101 65 -
CMYK 0 0.53 0.70 0.16
HSL 14.5º 0.65% 0.55% -
HSV(B) 14.5º 0.7% 0.84% -
XYZ 33.34 23.99 7.87 -
YUV 130.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 214 101 65 0 0.53 0.70 0.16 14.5 0.65 0.55
Hex D6 65 41 0 35 46 10 E 41 37
Octal 326 145 101 0 65 106 20 16 101 67
Binary 11010110 1100101 1000001 0 110101 1000110 10000 1110 1000001 110111

Color Harmonies of #D66541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66541

Black with #D66541

Text Example


Text Example

White with #D66541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66541; }

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

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

background-color css

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

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

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

border-color css

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

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

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