Html Css Color HEX #D66A40 Sorbus

📋 copy color: '#D66A40'

red 214 ◦ green 106 ◦ blue 64

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

Shades of Sorbus #D66A40

Tints of Sorbus #D66A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

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

R = 55.73%
G = 27.6%
B = 16.67%

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

#D66A40 (or 0xD66A40) is known color: Sorbus. HEX triplet: D6, 6A and 40. RGB value is (214,106,64). Sum of RGB (Red+Green+Blue) = 214+106+64=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A40 is #2995BF. Grayscale: #858585. Windows color (decimal): -2725312 or 4221654. OLE color: 4221654.

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

Color convert

RGB 214 106 64 -
CMYK 0 0.50 0.70 0.16
HSL 16.8º 0.65% 0.55% -
HSV(B) 16.8º 0.7% 0.84% -
XYZ 33.81 24.97 7.89 -
YUV 133.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 214 106 64 0 0.50 0.70 0.16 16.8 0.65 0.55
Hex D6 6A 40 0 32 46 10 11 41 37
Octal 326 152 100 0 62 106 20 21 101 67
Binary 11010110 1101010 1000000 0 110010 1000110 10000 10001 1000001 110111

Color Harmonies of #D66A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A40

Black with #D66A40

Text Example


Text Example

White with #D66A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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