Html Css Color HEX #D66C41 Sorbus

📋 copy color: '#D66C41'

red 214 ◦ green 108 ◦ blue 65

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

Shades of Sorbus #D66C41

Tints of Sorbus #D66C41

RGB

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

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

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

R = 55.3%
G = 27.91%
B = 16.8%

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

#D66C41 (or 0xD66C41) is known color: Sorbus. HEX triplet: D6, 6C and 41. RGB value is (214,108,65). Sum of RGB (Red+Green+Blue) = 214+108+65=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C41 is #2993BE. Grayscale: #878787. Windows color (decimal): -2724799 or 4287702. OLE color: 4287702.

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

Color convert

RGB 214 108 65 -
CMYK 0 0.50 0.70 0.16
HSL 17.32º 0.65% 0.55% -
HSV(B) 17.32º 0.7% 0.84% -
XYZ 34.05 25.4 8.11 -
YUV 134.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 214 108 65 0 0.50 0.70 0.16 17.32 0.65 0.55
Hex D6 6C 41 0 32 46 10 11 41 37
Octal 326 154 101 0 62 106 20 21 101 67
Binary 11010110 1101100 1000001 0 110010 1000110 10000 10001 1000001 110111

Color Harmonies of #D66C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C41

Black with #D66C41

Text Example


Text Example

White with #D66C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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