Html Css Color HEX #D66C40 Sorbus

📋 copy color: '#D66C40'

red 214 ◦ green 108 ◦ blue 64

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

Shades of Sorbus #D66C40

Tints of Sorbus #D66C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 55.44%
G = 27.98%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D66C40 (or 0xD66C40) is known color: Sorbus. HEX triplet: D6, 6C and 40. RGB value is (214,108,64). Sum of RGB (Red+Green+Blue) = 214+108+64=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C40 is #2993BF. Grayscale: #868686. Windows color (decimal): -2724800 or 4222166. OLE color: 4222166.

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

Color convert

RGB 214 108 64 -
CMYK 0 0.50 0.70 0.16
HSL 17.6º 0.65% 0.55% -
HSV(B) 17.6º 0.7% 0.84% -
XYZ 34.02 25.39 7.96 -
YUV 134.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 214 108 64 0 0.50 0.70 0.16 17.6 0.65 0.55
Hex D6 6C 40 0 32 46 10 12 41 37
Octal 326 154 100 0 62 106 20 22 101 67
Binary 11010110 1101100 1000000 0 110010 1000110 10000 10010 1000001 110111

Color Harmonies of #D66C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C40

Black with #D66C40

Text Example


Text Example

White with #D66C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C40; }

 p { color: rgb(214,108,64); }

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

background-color css

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

 a { background-color: rgb(214,108,64); }

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

border-color css

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

 span { border-color: rgb(214,108,64); }

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