Html Css Color HEX #D66F3F Sorbus

📋 copy color: '#D66F3F'

red 214 ◦ green 111 ◦ blue 63

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

Shades of Sorbus #D66F3F

Tints of Sorbus #D66F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.61%

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

R = 55.15%
G = 28.61%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D66F3F (or 0xD66F3F) is known color: Sorbus. HEX triplet: D6, 6F and 3F. RGB value is (214,111,63). Sum of RGB (Red+Green+Blue) = 214+111+63=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F3F is #2990C0. Grayscale: #888888. Windows color (decimal): -2724033 or 4157398. OLE color: 4157398.

HSL color Cylindrical-coordinate representation of color #D66F3F: hue angle of 19.07º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D66F3F is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 63 -
CMYK 0 0.48 0.71 0.16
HSL 19.07º 0.65% 0.54% -
HSV(B) 19.07º 0.71% 0.84% -
XYZ 34.31 26.02 7.92 -
YUV 136.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 214 111 63 0 0.48 0.71 0.16 19.07 0.65 0.54
Hex D6 6F 3F 0 30 47 10 13 41 36
Octal 326 157 77 0 60 107 20 23 101 66
Binary 11010110 1101111 111111 0 110000 1000111 10000 10011 1000001 110110

Color Harmonies of #D66F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F3F

Black with #D66F3F

Text Example


Text Example

White with #D66F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F3F; }

 p { color: rgb(214,111,63); }

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

background-color css

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

 a { background-color: rgb(214,111,63); }

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

border-color css

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

 span { border-color: rgb(214,111,63); }

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